Website URL
https://digitaleshop.kesug.com/
Guys , Is it possible to delete that page that appears when I directly enter my site? And how?
I want it to enter directly to "Home Page : https://digitaleshop.kesug.com/home/ "
And thanks in advance
https://digitaleshop.kesug.com/
Guys , Is it possible to delete that page that appears when I directly enter my site? And how?
I want it to enter directly to "Home Page : https://digitaleshop.kesug.com/home/ "
And thanks in advance
You can setup a redirect from the root to /home.
In .htaccess do:
RewriteEngine On
Redirect 301 / https://www.yourdomain.com/home/
More explanation , please
Thank you
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.