How to move my index.php to root directory ?
-
I have my blog set up in /blog directory and I want to now use the static home page as my index page.
So if I move the /blog/index.php
to /index.php
will that do it – do I have to modify some other file – like the config file – if so how ?
The index file contains:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>Appreciate any help
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to move my index.php to root directory ?’ is closed to new replies.