Install Directory on CENTOS
« on: August 28, 2017, 10:27:30 PM »
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?
Re: Install Directory on CENTOS
« Reply #1 on: August 29, 2017, 05:12:47 AM »
Hello,
you need to upload it in
/var/www/vhosts/mycablemart.com/httpdocs/generator/ (this folder should be created)