Mod_rewrite on a Servage server
-
Hi, I’m currently hosting my wordpress blog on a server at Servage. I have enabled .htaccess and then changed my permalinks to appear like this:
WordPress changed my .htaccess file correctly and everythign seemed to be in order. But the links still dont work. I tried looking up a tutorial online or something that would point me in the right direction, but nothing seems to work.
Right now my .htaccess file reads this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Can someone help me out?
Thanks in advance,
Joey
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Mod_rewrite on a Servage server’ is closed to new replies.