.htacces and permalink problem
-
I’m trying to make my permalink pretty…have been trying for two hours, but I’m just too dumb. I.ve created, uploaded and renamed the .htacces file to the root folder of my blog, made it writable, readable(664, tried 666 but wordpress wouldn’t write anything in it). I’ve chosen my permalink structure and wordpress wrote this into the .htaccess file: # BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
but I only get 404 error pages.Is there something I have to do next??? Please help a noobie with a slow brain!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘.htacces and permalink problem’ is closed to new replies.