Return to Snippet

Revision: 24330
at February 26, 2010 12:35 by jink


Initial Code
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Initial URL


Initial Description
Use this rewrite rule to enable permalinks on a host.  Used when Wordpress doesn't write the conditions correctly (like on a host I am testing with).

Initial Title
Wordpress: .htaccess for permalinks

Initial Tags
htaccess, apache

Initial Language
Apache