first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
|
||||
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:CloudFront-Forwarded-Proto} !https
|
||||
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{ENV:HTTPS} !=on
|
||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
||||
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTPS} !=1
|
||||
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTPS} !=on [NC]
|
||||
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:X-Forwarded-SSL} !=1
|
||||
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:X-Forwarded-SSL} !on
|
||||
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:X-Proto} !SSL
|
||||
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{SERVER_PORT} !443
|
||||
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
||||
</IfModule>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
</head>
|
||||
<body>
|
||||
This page is for testing SSL functionality.
|
||||
#SSL TEST PAGE#
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user