Plesk Panel Websites SSH Directory

Code:
/var/www/vhosts/%domains.com%/
Want to change or edit the Plesk default page?
Quote:
Web Server's Default Page
This page is generated by Parallels Plesk Panel, the leading hosting automation software. You see this page because there is no Web site at this address.
You can do the following:
Create domains and set up Web hosting using Parallels Plesk Panel.
For more information please contact Administrator.
This is easy to do. 

There are two files that matter:
  • /var/www/vhosts/default/htdocs/index.html
  • /var/www/vhosts/.skel/0/httpdocs/index.html
Also, if present:
  • /var/www/vhosts/default/httpsdocs/index.html
  • /var/www/vhosts/.skel/0/httpsdocs/index.html
Windows Plesk files are in similar locations -- C:\inetpub\vhosts\ instead of /var/www/vhosts

Leave only index.html and favicon.ico -- delete the other files. (Take a backup if you want, before deletion.)
Those files are for testing purposes, unnecessary to most users.


Read more: http://www.digitalfaq.com/forum/guides-plesk/3071-plesk-linux-default.html#ixzz4T0CWzzxn
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Run OPTIMIZE TABLE to defragment tables for better performance

For this suggestion:Run OPTIMIZE TABLE to defragment tables for better performanceRun this...

How to clear Error Log of a cPanel Account.

User the below code to clear Error Log:Replace User with Username:Code:for i in `find...

What is php.ini ?

The php.ini file and changing PHP Settings The php.ini file is a special file for PHP and...

How to fix ini_set() has been disabled for security reasons

1. Create php.ini file inside your public_html folder, OR the folder in which you have...

How to fix Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone:

1: Create .htaccess file inside your public_html folder, OR the folder in which you have...