WordPress Permalinks

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
curseofthe8ball
Forum Commoner
Posts: 73
Joined: Sun Jun 01, 2003 12:33 am

WordPress Permalinks

Post 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?
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: WordPress Permalinks

Post by greyhoundcode »

Have you updated the Wordpress and blog addresses via the dashboard? Take a look at http://codex.wordpress.org/Moving_WordPress
Post Reply