Knowledgebase: Esvon Classifieds Q&A
How can I force secure browsing through HTTPS in Admin Area for all pages?
Posted by Esvon Support on 06 December 2017 09:33 PM

If you have Apache server you can place .htaccess file into /admin/ directory (or its renamed equivalent) with the following lines (use your directory name instead of /admin/ if you renamed it).

If .htaccess file already exists you can add these lines to it unless some of them are already there:

RewriteEngine On
RewriteBase /admin/

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{SERVER_NAME}/admin/$1 [R=301,L]


Comments (0)
Help Desk Software by Kayako Fusion