add RewriteBase to .htaccess files
This commit is contained in:
parent
a4487a1028
commit
003bab0890
2 changed files with 2 additions and 0 deletions
|
|
@ -39,5 +39,6 @@ ErrorDocument 500 /www/error500.html
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
RewriteBase /
|
||||
RewriteRule ^(.*)$ www/$1 [L]
|
||||
</IfModule>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue