[public_html/.htaccess] redirect to index.html

This commit is contained in:
xdrm-brackets 2018-03-27 14:20:30 +02:00
parent 4203cc7629
commit d97d339dcf
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
RewriteEngine on RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=/$1 [QSA,L] RewriteRule ^(.*)$ index.html [QSA,L]