a grand renaming so that the most significant portion of the name comes first
This commit is contained in:
5
php-practice/web-cake/html/.htaccess
Normal file
5
php-practice/web-cake/html/.htaccess
Normal file
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^$ app/webroot/ [L]
|
||||
RewriteRule (.*) app/webroot/$1 [L]
|
||||
</IfModule>
|
Reference in New Issue
Block a user