Permalinks won’t work – I’m stumped!
-
I just started running WP 2.0.4 on a fresh install and tried to activate my permalinks, but as soon as I do that, it breaks my site. None of the permalinks work and none of the pages work.
I checked with my host, and mod_rewrite is installed and enabled on our server.
My .htaccess file has permissions set to 666, so it should be writable by WP.
My .htaccess file reads like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /sovery/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /sovery/index.php [L]
</IfModule># END WordPress
Here’s the site: https://www.ktuh.org/sovery
I’m not using frontpage or anything like that.
I’m stumped.
- The topic ‘Permalinks won’t work – I’m stumped!’ is closed to new replies.