Delete a page

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

You can setup a redirect from the root to /home.

In .htaccess do:

RewriteEngine On
Redirect 301 / https://www.yourdomain.com/home/
3 Likes

More explanation , please

5 Likes

Thank you

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.