The configuration of my local PC is:
Windows XP-SP2
XAMPP 1.6.3a
--PHP 5.2.3
--Apache 2.2.4
--MySQL 5.0.45
The configuration of godaddy share hosting is:
Linux
Apache 1.3.33
PHP 5.2.5
MySQL 5.0.18
When I browser the 0.7.7 based website on my local PC with the following URL address , it works.
http://localhost/shop/index.php?control ... ation_id=1
When I browser the 0.7.7 based website on godaddy share hosting with the following URL address , it works.
http://shop.mydomain.com/index.php?cont ... ation_id=1
When I browser the 0.7.8 based website on my local PC with the following URL address , it works.
http://localhost/store/information/information_id/1
When I browser the 0.7.8 based website on godaddy share hosting with the following URL address ,
http://store.mydomain.com/information/information_id/1
a 500 Internal Server Error occurs:
When I try to browser the 0.7.8 based website on godaddy share hosting with the following URL address, it works.Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
http://store.mydomain.com/index.php?con ... ation_id=1
I looks a URL Alias problem. But I didn't find the mod_rewrite setting on godaddy share hosting by using phpinfo().
I saw some similar posts, but didn't figure out how to do. Could somebody please tell me how to solve this problem?
Thanks!
Best regards!
onlyblue