|
|
|
|
|
There are several paths that are associated with your account.The first path is the root of your virtual server, this path is as follows:
/home/username
Make sure that you replace username with your account username. The second is the path to perl. This could be one of two options:
/usr/bin/perl
/usr/local/bin/perl
The third is the path to php. This could be one of two options:
/usr/bin/php
/usr/local/bin/php
All of your html documents which are publicly viewable go into the /home/username/public_html directory. |