Quantcast
Viewing all articles
Browse latest Browse all 21

Make Sure Your Site (or Directory) Is SSL Encrypted

Need a simple way to make sure all http requests get redirected to https? This apache config snippet will redirect all requests at or below the specified location to its https equivilant.<code><Location "/"> RewriteEngine on Options +FollowSymLinks Allow from all RewriteCond %{SERVER_PORT}...

Viewing all articles
Browse latest Browse all 21

Trending Articles