Forum Moderators: phranque
this is my 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
RewriteRule ^index.html index\.php
I get a 404 error, it doesnt work
[google.com...]
Also look into regular-expressions "pattern anchoring" to avoid unexpected side effects due to unanchored patterns.
For more information, see the documents cited in our forum charter [webmasterworld.com] and the tutorials in the Apache forum section of the WebmasterWorld library [webmasterworld.com].
Jim