Return to Snippet

Revision: 2935
at May 11, 2007 08:35 by cmslounge


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


Initial Title
Wordpress .htaccess generic code

Initial Tags
wordpress, htaccess

Initial Language
Other