Merge remote-tracking (subtree) branch 'PracticingPhp/master'
This commit is contained in:
6
PracticingPhp/web-cake/html/app/webroot/.htaccess
Normal file
6
PracticingPhp/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