
How Do I Disable the SSL
How Do I Disable the SSL
I enabled the SSL on my demo site and it said SSL is enabled. But why i try to log in to the admin page, i am getting "resource cannot be found error". How do i disable the SSL. Also enlighten me as to why i am not able to log in. 

Re: How Do I Disable the SSL
It would be better if you provide your demo site URL here.
Re: How Do I Disable the SSL
The demo site is http://www.itsouq.com
Re: How Do I Disable the SSL
If you have access to the database you could try running this query:
UPDATE ac_StoreSettings
SET FieldValue = 'False'
WHERE FieldName = 'SSLEnabled'
I haven't had to run this script so no guarantees but it looks like it should do the job.
Also, the reason you can't login is probably because you do not have an SSL certificate installed.
UPDATE ac_StoreSettings
SET FieldValue = 'False'
WHERE FieldName = 'SSLEnabled'
I haven't had to run this script so no guarantees but it looks like it should do the job.
Also, the reason you can't login is probably because you do not have an SSL certificate installed.