Hello
With apache I made a redirection from root domain to page.html (example.com to exmaple.com/page.html)
I create an empty file on root directory named page.html
And I add this lines to .htaccess
When I switched to LSWS the redirection stop working
On
How to fix that please !
Cheers
With apache I made a redirection from root domain to page.html (example.com to exmaple.com/page.html)
I create an empty file on root directory named page.html
And I add this lines to .htaccess
Code:
RewriteEngine On
DirectoryIndex page.html index.php
DirectoryIndexRedirect seeother
RewriteRule ^page.html$ index.php [L]
On
/page.html
the content is showing but when going to domain root, the redirection to page.html stop working and show the empty page.htmlHow to fix that please !
Cheers
Last edited by a moderator: