mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
8 lines
166 B
ApacheConf
8 lines
166 B
ApacheConf
|
<IfModule mod_rewrite.c>
|
||
|
RewriteEngine on
|
||
|
RewriteRule ^$ public/ [L]
|
||
|
|
||
|
#RewriteCond %{REQUEST_URI} !^/cake$
|
||
|
RewriteRule (.*) public/$1 [L]
|
||
|
</IfModule>
|