set rufus.akeo.ie redirect to rufus.ie

This commit is contained in:
Pete Batard 2018-12-25 14:27:57 +00:00
parent 15c1bb4905
commit 21ea4228a9
No known key found for this signature in database
GPG Key ID: 38E0CF5E69EDD671
5 changed files with 25 additions and 9 deletions

1
CNAME Normal file
View File

@ -0,0 +1 @@
rufus.akeo.ie

9
_gs.sh
View File

@ -1,9 +0,0 @@
#!/bin/sh
git branch | grep -q \*
if [ $? -eq 0 ]; then
git symbolic-ref HEAD refs/heads/dummy
echo "Switched to fake branch 'dummy'"
else
git symbolic-ref HEAD refs/heads/master
echo "Switched to branch 'master'"
fi

8
downloads/index.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://rufus.ie/downloads">
</head>
<body>
</body>
</html>

8
files/index.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://rufus.ie/files">
</head>
<body>
</body>
</html>

8
index.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://rufus.ie">
</head>
<body>
</body>
</html>