seems perfectly fine to me
this is interesting. so whenever you enabled SSL, you get a 404? Try leaving SSL disabled in opencart admin, and access the https page directly. What do you get?
Thanks dear for your kind help.. You are always there... It seems that the problem is solved:MarketInSG wrote:this is interesting. so whenever you enabled SSL, you get a 404? Try leaving SSL disabled in opencart admin, and access the https page directly. What do you get?
in my config.php
define('HTTPS_SERVER', 'https://www.sa-bazar.com/admin/');
I was defining it without "www", it makes a different

that's why
some servers doesn't load without www.

Change
define('HTTPS_SERVER', 'https://www.sa-bazar.com/admin/');
to
// define('HTTPS_SERVER', 'https://www.sa-bazar.com/admin/');
retry.
You seem to have admin under SSL. See
http://forum.opencart.com/viewtopic.php ... 92#p433576
http://forum.opencart.com/viewtopic.php ... 53#p433753
and the setup tutorial
http://forum.opencart.com/viewtopic.php?f=138&t=64685
You'll want to mind all details, including "www." and proper trailing "/" and no stray or missing "s".
It may help while changing such settings to flush caches -- /system/cache/ and /vqmod/vqcache/ and /vqmod/vqmod.cache (delete or in latter case install highly recommended and free vqmod manager and use that, http://www.opencart.com/index.php?route ... ername=rph).
define('HTTPS_SERVER', 'https://www.sa-bazar.com/admin/');
to
// define('HTTPS_SERVER', 'https://www.sa-bazar.com/admin/');
retry.
You seem to have admin under SSL. See
http://forum.opencart.com/viewtopic.php ... 92#p433576
http://forum.opencart.com/viewtopic.php ... 53#p433753
and the setup tutorial
http://forum.opencart.com/viewtopic.php?f=138&t=64685
You'll want to mind all details, including "www." and proper trailing "/" and no stray or missing "s".
It may help while changing such settings to flush caches -- /system/cache/ and /vqmod/vqcache/ and /vqmod/vqmod.cache (delete or in latter case install highly recommended and free vqmod manager and use that, http://www.opencart.com/index.php?route ... ername=rph).
Who is online
Users browsing this forum: No registered users and 7 guests