Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
hi guys!!!! any trick to make couch admin login to https?
any advice needed.
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
I think placing a rule in .htaccess file, that redirects to https if user attempts to access admin-panel over plain http, should do the trick.

Try adding the following (putting in your site's name and admin folder's name)
RewriteEngine On

RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} couch
RewriteRule ^(.*)$ https://www.yoursite.com/couch/$1 [R,L]

Hope this helps.
KK wrote: I think placing a rule in .htaccess file, that redirects to https if user attempts to access admin-panel over plain http, should do the trick.

Try adding the following (putting in your site's name and admin folder's name)
RewriteEngine On

RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} couch
RewriteRule ^(.*)$ https://www.yoursite.com/couch/$1 [R,L]

Hope this helps.


thx KK, it did the trick.
I still love your handle btw ;)
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
You are welcome :)
I am glad it helped.
[deleted]
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
5 posts Page 1 of 1
cron