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