pointing domain to website

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

Kindly help urgently.

thanks and regards
amit

Please note that it’s not possible to change the directory of a domain on free hosting, you must upload the files to the directory configured for you.

but then how to differentiate between different addon domains

@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.

at my end…it shows…


This page isn’t working.
www.teezcart.com is currently unable to handle this request.
HTTP ERROR 500


One more thing…what should be the PHP version

can you see the website opening at teezcart.com/op?

@teezcart said:
can you see the website opening at teezcart.com/op?

Yes, however it causes HTTP error 500, please check your code.
About the PHP version:
Default is 7.0
If you have KoPage, the PHP version is 5.6

i have changed the PHP version to 5.6, kindly cross check the website again…teezcart.com/op

No…my application is in Opencart

if you try to enable PHP errors
you probably will get this https://forum.infinityfree.com/discussion/2584/help-cant-access-opencart-admin-panel-after-installation

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.