cakecal / branches / master / webroot / .htaccess

history
<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteRule ^(.*)$ index.php?url=$1&mod_rewrite=true [QSA,L]
</IfModule>