mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
4cebe55a9b
Conflicts: app/webroot/index.php lib/Cake/Controller/Component/AuthComponent.php lib/Cake/Network/CakeRequest.php lib/Cake/tests/cases/libs/controller/components/auth.test.php
6 lines
No EOL
181 B
ApacheConf
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> |