add RewriteBase to .htaccess files
This commit is contained in:
parent
307eac64a1
commit
6b1814d118
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L,NE]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue