diff --git a/.htaccess b/.htaccess index 326ce61..dea8c7f 100755 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,12 @@ -order deny,allow - - - deny from all + +Order Allow,Deny +Deny from all - -allow from all - + +Order Allow,Deny +Deny from all + + +Order Allow,Deny +Deny from all + \ No newline at end of file