Search found 1 match
Page 1 of 1
Search found 1 match
Re: How to enable Https instead of http
Once you have integrated PHP with SSL , you now have to write redirect rules to your .htacess file. Here is what you need to enter: # Redirect HTTP to HTTPS RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L...
Jump to post- Thu May 17, 2018 5:04 pm
- Replies 22
- Views 24431
Page 1 of 1
Search found 1 match