Revert "try error page"

This reverts commit d252a32c88.
This commit is contained in:
vv01f 2018-07-19 13:32:37 +02:00
parent d252a32c88
commit 4971415147
2 changed files with 0 additions and 20 deletions

View File

@ -1,13 +0,0 @@
ErrorDocument 404 http://datenspuren.de/404/
ErrorDocument 500 http://datenspuren.de/500/
# src https://stackoverflow.com/questions/19962787/rewrite-url-after-redirecting-404-error-htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/404/$
RewriteRule ^(.*)$ /404.html [L]
#RewriteCond %{REQUEST_URI} ^/500/$
#RewriteRule ^(.*)$ /500.html [L]

View File

@ -1,7 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"><meta http-equiv="refresh" content="3; URL=https://datenspuren.de/2018/cfp.html">
</head><body>
<a href="https://datenspuren.de">Datenspuren diesen Jahres</a>
</body></html>