HELP!! Changing Dir Locations
-
I’m a noob to an extent so do not go rushing on the technicalities. I am also aware that there are threads about these before but I didn’t get two words out of them.
I’ve download v1.2 and installed it in /blog/
Now, I want to change it so that the index is in the root as /home.php.
Tell me where I’ve gone wrong. First I made a new home.php in the / and copied all the code from the original index.php. I changed the first line so that it now says
<?php require(‘/home/matthew/public_html/blog/wp-blog-header.php’); ?>
I went to general settings and changed the blog uri to http://www.mysite.com. The wordpress uri still remains as http://www.mysite.com/blog.
UPDATE: I also edited my .htaccess file in my root dir and added the permalink re-write codes. I deleted the .htaccess file in the blog file since it wouldnt be needed anymore.
Have I missed anything? The Home page is turning out with the wordpress posts, but any archives/readmore/perma links return a 404: Page not found
The topic ‘HELP!! Changing Dir Locations’ is closed to new replies.