Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
To continue sharing your ideas and feedback, please visit features.plesk.com
how do i change the default index page from php to html in plesk 8.6. everything i've found online says to go to 'web directories' in the 'hosting' panel of the domain but I don't see this. please help. thank you.
note: everything after DirectoryIndex is priority. ie in above example " default.html " is first priority " index.html" is second.
in your case you just can put below line and it should be fine:
DirectoryIndex index.html index.php
If you are using windows:
1. make sure that your file name is correct " .htaccess " cause windows doesn't allow to create file extension starting with " . " , that is dot
2. quick way is, first create htaccess.txt , do your requirement and finally go to " cmd " > navigate to your folder location and rename file from " htaccess.txt " to " .htaccess "