Post by OnlyBlue » Sat Apr 25, 2009 9:34 am

I'm try to port opencart from localhost to Godaddy. I forgot which opencart version I used.
The domain is mat.mysite.com. The files are in /mat.
the .htaccess is:

Code: Select all

# Please ensure register_globals is Off by uncommenting this line
#php_flag register_globals Off

# URL Alias - see install.txt

Options +FollowSymlinks

<IfModule mod_rewrite.c>
RewriteEngine On

#OPENCART REWRITES START
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
#OPENCART REWRITES END

</IfModule>
The config.php is:

Code: Select all

<?php
// HTTP
define('HTTP_SERVER', 'http://mat.mysite.com/');
define('HTTP_IMAGE', 'http://mat.mysite.com/image/');

// HTTPS
define('HTTPS_SERVER', '');
define('HTTPS_IMAGE', '');

// DIR
define('DIR_CACHE', './cache/');
define('DIR_DOWNLOAD', './download/');
define('DIR_IMAGE', './image/');
define('DIR_LIBRARY', './library/');
define('DIR_MODEL', './catalog/model/');
define('DIR_CONTROLLER', './catalog/controller/');
define('DIR_LANGUAGE', './catalog/language/');
define('DIR_EXTENSION', './catalog/extension/');
define('DIR_TEMPLATE', './catalog/template/');

// DB
define('DB_HOST', 'xxxxx.secureserver.net');
define('DB_USER', 'mymat');
define('DB_PASSWORD', 'xxxxxxxx');
define('DB_NAME', 'mymat');
?>
When I browser the site, the http://mat.mysite.com works well. But when I click other links, the result is:

Code: Select all

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

Apache/1.3.33 Server at mat.boyuu.com Port 80
I can't work out. Could someone else help me?

Thanks!

New member

Posts

Joined
Sun May 13, 2007 8:52 am

Post by phpuk » Sat Apr 25, 2009 10:03 am

Hi,

This looks like OpenCart 0.x so I would suggest posting your query on the OpenCart Zero forum.

Phil.

Global Moderator

Posts

Joined
Wed Mar 25, 2009 10:57 am

Post by OnlyBlue » Sat Apr 25, 2009 10:21 am

Yes, maybe 0.7.8. But I don't know how to get the version infomation.
I have post this question on forum.opencart0.com.

Thanks!

New member

Posts

Joined
Sun May 13, 2007 8:52 am
Who is online

Users browsing this forum: No registered users and 4 guests