diff --git a/.htaccess b/.htaccess index 912ca125..415e1763 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,2 @@ - - Order allow,deny - Deny from all - +RewriteEngine On +RewriteRule ^(.*)$ public/$1 [L] diff --git a/vendor/.gitignore b/vendor/.gitignore index 4578c85a..57029c9e 100644 --- a/vendor/.gitignore +++ b/vendor/.gitignore @@ -3,3 +3,4 @@ composer zendframework autoload.php +ZF2