Yes, my host does allow mod_rewrite and it’s running.
I’m not sure what’s really going on although apparently my WP installation seems to be fine at all.
I put the rules generated by WP…
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I have tried…where should it be put?
I have placed it in the root dir, but nothing happened. Then I tried on the my actual theme dir and same result.
Always a 404 error.