mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
cd86555549
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@106 3807eeeb-6ff5-0310-8944-8be069107fe0
7 lines
166 B
ApacheConf
7 lines
166 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteRule ^$ public/ [L]
|
|
|
|
#RewriteCond %{REQUEST_URI} !^/cake$
|
|
RewriteRule (.*) public/$1 [L]
|
|
</IfModule>
|