Skip to content

Commit

Permalink
Enabling AllowOverride All
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerstry committed Aug 27, 2015
1 parent 9e27ea8 commit 140d703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DocumentRoot ${OPENSHIFT_REPO_DIR}/public
<Directory "${OPENSHIFT_REPO_DIR}/public">
Options +Indexes +FollowSymLinks +ExecCGI
AddHandler cgi-script .cgi
AllowOverride None
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Expand Down

0 comments on commit 140d703

Please sign in to comment.