caterham_www probably has given you the answer you need to fix your problem. But to assist you a little, if you have moved your wordpress install to the root before you edited the url of the blog in the admin area, you will now need to use wp-login.php to correctly log back in instead of just wp-admin.
Examle: http://www.yourdomain.com/
Then under the main menu Settings, goto General.
Change both the wordpress address and the blog address to the correct location of your install. It will immediately log you out and make you log back in. But your pages should work correctly again with the mod rewrite you currently have in your htaccess. But remove the code you see below from your htacess file.
If you are still seeing the 404 errors, please check Settings > Permalinks. Be sure that Custom Structure is selected and you are using a permalink structure such as /%category%/%postname%/ which is what your htaccess is set up for.
caterham_www probably has given you the answer you need to fix your problem. But to assist you a little, if you have moved your wordpress install to the root before you edited the url of the blog in the admin area, you will now need to use wp-login.php to correctly log back in instead of just wp-admin.
Examle: http://www.yourdomain.com/
Then under the main menu Settings, goto General.
Change both the wordpress address and the blog address to the correct location of your install. It will immediately log you out and make you log back in. But your pages should work correctly again with the mod rewrite you currently have in your htaccess.
If you are still seeing the 404 errors, please check Settings > Permalinks. Be sure that Custom Structure is selected and you are using a permalink structure such as /%category%/%postname%/ which is what your htaccess is set up for.
Main Topics
Browse All Topics





by: caterham_wwwPosted on 2009-09-14 at 10:45:02ID: 25327638
Did you configure Wordpress not to use /blog/ anymore? Otherwise wordpress will return a 404 not found.
> If someone sees something else that I did wrong, please please let me know.
See my comments below
Select allOpen in new window