Return to Snippet

Revision: 6604
at June 1, 2008 19:25 by bpj1966


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

Revision: 6603
at June 1, 2008 19:18 by bpj1966


Initial Code
#WordPress
<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

Initial Tags
textmate, wordpress

Initial Language
Apache