cakephp2-php8/cake/console/libs/templates/skel/webroot/.htaccess
2008-05-30 11:40:08 +00:00

6 lines
No EOL
185 B
ApacheConf

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