Skip to content

Commit

Permalink
Changing the project to make it run on AppFog
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 9, 2013
1 parent be7c319 commit 66f1888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
<FilesMatch "\.(inc|sql)$">
Order allow,deny
Deny from all
</FilesMatch>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
1 change: 1 addition & 0 deletions vendor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
composer
zendframework
autoload.php
ZF2

0 comments on commit 66f1888

Please sign in to comment.