mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
6 lines
124 B
ApacheConf
6 lines
124 B
ApacheConf
|
<IfModule mod_rewrite.c>
|
||
|
RewriteEngine on
|
||
|
RewriteRule ^$ public/ [L]
|
||
|
RewriteRule (.*) public/$1 [L]
|
||
|
</IfModule>
|