Page 1 of 1

WordPress Permalinks

Posted: Wed Feb 11, 2009 10:25 pm
by curseofthe8ball
We recently moved a client's blog from a subdomain to a subfolder and their permalinks no longer work. We've had WordPress rewrite them but each time we click a link we get a 404error page.

Below is what we have in our .htaccess file.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>

Any ideas why this doesn't work?

Re: WordPress Permalinks

Posted: Sat Feb 14, 2009 12:58 pm
by greyhoundcode
Have you updated the Wordpress and blog addresses via the dashboard? Take a look at http://codex.wordpress.org/Moving_WordPress