Page 1 of 1
vqmod install path
Posted: Thu Jan 29, 2015 6:24 pm
by parilaos
Hi. I have a main site in joomla, and i want to build a opencart site in a subdomain. I'm trying to install vqmod but i get joomla errors. Is there a way to declare the specific path of the subdomain?
Re: vqmod install path
Posted: Fri Jan 30, 2015 1:30 am
by tmccaffe
the servers path is usually /home/username/public_html
you install it in the root directory which above example would be /home/username/public_html
once you upload it you need to consider this:
if you changed your admin directory name which you should for security you need to do this:
in the install directory of vqmod edit the index.php and find this line $admin = 'yournewadmindir';
I hope that helps.. to be honest and I don't like to bust on people but if you don't know that please read up on unix systems it will help big time. You need to know a little because of security especially on opensource like this. Security is the biggest issue. I can help you with security if you like shoot me a message.