How can I set a page as a default page in Plesk. for example, when somebody requests www.mysite.com, it will automatically open www.mysite.com/Index.html
Thanks
How can I set a page as a default page in Plesk. for example, when somebody requests www.mysite.com, it will automatically open www.mysite.com/Index.html
Thanks
4
Answers
Found it, you need first to go to your Home Page in Plesk Panael, choose virtual directories, then choose your domain, then choose Directory Propertories
this kind of done via .htaccess in Linux file of made URL rewrite changes in IIS for windows.
Like
I hope this helps.
Or to use Web.Config but the recommended way is to use from virtual directories
Apache is usually set to index.php or index.html
You may use .htaccess on linux servers and set the default page in Plesk website
If the website is opening index.html (displays default page provided by the web hosting company), and you want the default page to be controlled by index.php, delete (or rename index.html) and it will automatically pickup index.php as the startup file. At least that is how it works with Peer 1.