Author: doebele
Date: Wed May 18 08:46:50 2022
New Revision: 1901029
URL: http://svn.apache.org/viewvc?rev=1901029&view=rev
Log:
redirect via htaccess
Added:
empire-db/site/.htaccess
Modified:
empire-db/site/index.html
Added: empire-db/site/.htaccess
URL: http://svn.apache.org/viewvc/empire-db/site/.htaccess?rev=1901029&view=auto
==============================================================================
--- empire-db/site/.htaccess (added)
+++ empire-db/site/.htaccess Wed May 18 08:46:50 2022
@@ -0,0 +1,5 @@
+# activate HTTPS
+RewriteEngine On
+RewriteCond %{SERVER_PORT} !^443$
+RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]
+RewriteRule ^$ /pages/home.html [R=301,L]
\ No newline at end of file
Modified: empire-db/site/index.html
URL:
http://svn.apache.org/viewvc/empire-db/site/index.html?rev=1901029&r1=1901028&r2=1901029&view=diff
==============================================================================
--- empire-db/site/index.html (original)
+++ empire-db/site/index.html Wed May 18 08:46:50 2022
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv="refresh" content="0;url=pages/home.html" />
+<!-- meta http-equiv="refresh" content="0;url=pages/home.html" / -->
</head>
<body>
Redirecting to <a href="pages/home.html">About Empire-db...</a>