How to edit .htaccess file? I´m tring to make permalink structure and have to enabe seo urls.
I have googled and searched wordpress forum found nothing i understand... Is it any way to easy enable mod_rewrite?
m.
How to edit .htaccess file? I´m tring to make permalink structure and have to enabe seo urls.
I have googled and searched wordpress forum found nothing i understand... Is it any way to easy enable mod_rewrite?
m.
i have created a .htaccess file and set it to 666
inserted following code into the 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
All i get is a error 500 message
This topic has been closed to new replies.