adding a copy of CakePHP 1.3.6
This commit is contained in:
5
web/html/cake/app/.htaccess
Normal file
5
web/html/cake/app/.htaccess
Normal file
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^$ webroot/ [L]
|
||||
RewriteRule (.*) webroot/$1 [L]
|
||||
</IfModule>
|
Reference in New Issue
Block a user