All pastes #2091607 Raw Edit

htaccess

public text v1 · immutable
#2091607 ·published 2011-10-19 22:02 UTC
rendered paste body
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php/$1 [L]
</IfModule>