From d33e91f899006207b2de729e2e33261d793f3367 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 13 Apr 2015 09:51:07 +0200 Subject: [PATCH] Added redirect from scene to prototype --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 6550769..ea0132f 100644 --- a/.htaccess +++ b/.htaccess @@ -6,6 +6,8 @@ DirectoryIndex index.py ErrorDocument 403 /errors/403/ ErrorDocument 404 /errors/404/ +Redirect permanent /scene /prototype + Order Allow,Deny Deny from all