cakephp2-php8/cake/console/libs/templates/skel/webroot/.htaccess

6 lines
185 B
ApacheConf
Raw Normal View History

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