I want to make sure this is installed in the correct directory. The folder structure on my CENTOS (Redhat) installation is:
/var/www/vhosts/mycablemart.com/httpdocs/ {website files, including index.php}
in /var/www, the following folders exists:
cgi-bin
error
html
icons
manual
usage
vhosts
What folder should this be installed in? Obviously I don't want it in:
/var/www/vhosts/mycablemart.com/httpdocs/
as this will clobber my main index.php file.
Suggestions?