cakephp2-php8/app/webroot/.htaccess
2005-10-03 04:48:00 +00:00

5 lines
137 B
ApacheConf

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