mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-19 07:59:54 +00:00

Updating TemplateTask to reflect changes in directories. Updating test cases to use App::build()/App::path()
6 lines
No EOL
185 B
ApacheConf
6 lines
No EOL
185 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
|
|
</IfModule> |