cakephp2-php8/app/webroot/.htaccess

6 lines
137 B
ApacheConf
Raw Normal View History

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