redirect to htaccess
This commit is contained in:
parent
c237a1548b
commit
df5113623d
16
.htaccess
Normal file
16
.htaccess
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# temporary redirect to subdomains
|
||||||
|
Redirect 302 /intern https://intern.wiai.de
|
||||||
|
Redirect 302 /klausuren https://klausuren.wiai.de
|
||||||
|
Redirect 302 /limesurvey https://survey.wiai.de
|
||||||
|
Redirect 302 /otrs https://otrs.wiai.de
|
||||||
|
Redirect 302 /phpmyadmin https://phpmyadmin.wiai.de
|
||||||
|
|
||||||
|
#Redirect 302 /redmine https://redmine.wiai.de
|
||||||
|
|
||||||
|
|
||||||
|
#rewrite to www.wiai.de
|
||||||
|
# redirect to dashboard/
|
||||||
|
#RewriteEngine on
|
||||||
|
#RewriteCond %{HTTP_HOST} ^wiai\.de$
|
||||||
|
#RewriteRule (.*) http://www.wiai.de/$1 [R=301,L]
|
||||||
|
#RewriteRule ^$ dashboard [L]
|
||||||
@ -1,4 +0,0 @@
|
|||||||
RewriteEngine on
|
|
||||||
RewriteCond %{HTTP_HOST} ^wiai\.de$
|
|
||||||
RewriteRule (.*) http://www.wiai.de/$1 [R=301,L]
|
|
||||||
RewriteRule ^$ dashboard [L]
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=https://intern.wiai.de/">
|
|
||||||
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=https://klausuren.wiai.de/">
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Bald wieder da
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<title>OTRS Maintenance</title>
|
|
||||||
<style>
|
|
||||||
body { text-align: center; padding: 150px; }
|
|
||||||
h1 { font-size: 50px; }
|
|
||||||
body { font: 20px Helvetica, sans-serif; color: #333; }
|
|
||||||
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
|
|
||||||
a { color: #dc8100; text-decoration: none; }
|
|
||||||
a:hover { color: #333; text-decoration: none; }
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<h1>We’ll be back soon!</h1>
|
|
||||||
<div>
|
|
||||||
<p>Bitte entschuldigt die Umstände, aber ich aktualisiere gerade unser OTRS. In dringenden fällen könnt ihr mich jederzeit <a href="mailto:cedric.roeck@gmail.com">kontaktieren</a>, ansonsten ist das OTRS in kürze wieder für euch verfügbar.</p>
|
|
||||||
<p>— Cedric</p>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=https://survey.wiai.de/admin/">
|
|
||||||
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<meta http-equiv="refresh" content="0; URL=https://survey.wiai.de/">
|
|
||||||
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=https://otrs.wiai.de/">
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Bald wieder da
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<title>OTRS Maintenance</title>
|
|
||||||
<style>
|
|
||||||
body { text-align: center; padding: 150px; }
|
|
||||||
h1 { font-size: 50px; }
|
|
||||||
body { font: 20px Helvetica, sans-serif; color: #333; }
|
|
||||||
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
|
|
||||||
a { color: #dc8100; text-decoration: none; }
|
|
||||||
a:hover { color: #333; text-decoration: none; }
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<h1>We’ll be back soon!</h1>
|
|
||||||
<div>
|
|
||||||
<p>Bitte entschuldigt die Umstände, aber ich aktualisiere gerade unser OTRS. In dringenden fällen könnt ihr mich jederzeit <a href="mailto:cedric.roeck@gmail.com">kontaktieren</a>, ansonsten ist das OTRS in kürze wieder für euch verfügbar.</p>
|
|
||||||
<p>— Cedric</p>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=https://phpmyadmin.wiai.de/">
|
|
||||||
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=https://redmine.wiai.de/">
|
|
||||||
|
|
||||||
3
robots.txt
Normal file
3
robots.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
|
Allow: /dashboard/
|
||||||
Loading…
x
Reference in New Issue
Block a user