a grand renaming so that the most significant portion of the name comes first
This commit is contained in:
6
php-practice/web-cake/html/app/webroot/.htaccess
Normal file
6
php-practice/web-cake/html/app/webroot/.htaccess
Normal file
@@ -0,0 +1,6 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
|
||||
</IfModule>
|
Reference in New Issue
Block a user