help with .htaccess
-
hi i need help
i change my permalink settlings to Day and name but wordpress ask me to update your .htaccess now. But How do i do it?
they ask me to copy and paste this
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>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. Click in the field and press CTRL + a to select all.
but where do i paste at?
please help me thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘help with .htaccess’ is closed to new replies.