Hi all,
I am desperately struggling, ive been trying for weeks to get my site, running on wordpress to be able to get clean urls.
I have a dedicated apache CentOS server.
now ive set the permalink structure as i want but it gives me the error
"If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file."
it tells me to add this..
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
done that, doesnt work!
My httpd.conf HAS mod_rewrite enabled i just cant figure out what to do!
can anyone help?
greatly apprciated