.htaccess - HTTPS on OpenCart - How to disable HTTPS on /admin? -



.htaccess - HTTPS on OpenCart - How to disable HTTPS on /admin? -

got website need utilize https in frontend, https causing issues on opencart /admin login page. seems styles disabled when accessing /admin section through https. client wants access site through https, have 301 redirect https version of site, causing issues /admin.

any suggestions?

if certificate valid, shouldn't issue in /admin guess cert yoursite.com , admin forcing www www.yoursite.com (possibly other way around). ensure have right url in /admin/config.php certificate, particularly https_server value defined in there. if doesn't prepare it, you'll need provide link

.htaccess https opencart

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -