cakephp2-php8/lib/Cake/Console/Templates/skel/webroot/.htaccess

7 lines
183 B
ApacheConf
Raw Normal View History

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