mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 20:46:24 +00:00
![mark_story](/assets/img/avatar_default.png)
Updating TemplateTask to reflect changes in directories. Updating test cases to use App::build()/App::path()
5 lines
No EOL
141 B
ApacheConf
5 lines
No EOL
141 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteRule ^$ webroot/ [L]
|
|
RewriteRule (.*) webroot/$1 [L]
|
|
</IfModule> |