i created a package “epiz_22485181”, and then added the domain teezcart.com to this package as an addon domain. this is the home directory it shows in the cpanel “/home/vol6_8/epizy.com/epiz_22485181/teezcart.com”
now, what i need is to get the domain open the website at teezcart.com/op.....test it and get it live after testing
@teezcart said:
but then how to differentiate between different addon domains
Every addon domain gets it’s own directory. So the domain teezcart.com gets the directory teezcart.com/htdocs/, example.com gets example.com/htdocs and so on. You can’t change them yourself, but they are all created as separate directories for separate websites.
Also, as for your original question, your website seems to be working to your expectation: teezcart.com/op seems to be working just fine from here.
Great…now if you could help me with this error…means what exactly does it say
Warning: require_once(/home2/teezc8dt/public_html/op/system/startup.php): failed to open stream: No such file or directory in /home/vol6_8/epizy.com/epiz_22485181/teezcart.com/htdocs/op/index.php on line 17
Fatal error: require_once(): Failed opening required ‘/home2/teezc8dt/public_html/op/system/startup.php’ (include_path=‘.:/usr/share/pear/’) in /home/vol6_8/epizy.com/epiz_22485181/teezcart.com/htdocs/op/index.php on line 17
@teezcart said:
Great…now if you could help me with this error…means what exactly does it say
Warning: require_once(/home2/teezc8dt/public_html/op/system/startup.php): failed to open stream: No such file or directory in /home/vol6_8/epizy.com/epiz_22485181/teezcart.com/htdocs/op/index.php on line 17
Fatal error: require_once(): Failed opening required ‘/home2/teezc8dt/public_html/op/system/startup.php’ (include_path=‘.:/usr/share/pear/’) in /home/vol6_8/epizy.com/epiz_22485181/teezcart.com/htdocs/op/index.php on line 17
No such file or directory, like the message suggests, means a file or directory is missing.
And /home2/teezc8dt/public_html/op/system/startup.php is not a valid path to a file hosted here. I suspect that should be /home/vol6_8/epizy.com/epiz_22485181/teezcart.com/htdocs/op/system/startup.php.
Please check your website’s settings file or cache folder perhaps to make sure it doesn’t contain any file locations matching your previous hosting service.