cakephp2-php8/lib/Cake/Console/Templates/skel/webroot/.htaccess
2011-05-30 23:02:39 -04:00

6 lines
No EOL
181 B
ApacheConf

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