[public_html/.htaccess] redirect to index.html
This commit is contained in:
parent
4203cc7629
commit
d97d339dcf
|
@ -1,4 +1,4 @@
|
|||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ index.php?url=/$1 [QSA,L]
|
||||
RewriteRule ^(.*)$ index.html [QSA,L]
|
||||
|
|
Loading…
Reference in New Issue