Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
domainfactory requires the RewriteBase to be set, otherwise it will show an internal server error
  • Loading branch information
simonschaufi committed Mar 4, 2015
1 parent 2605178 commit 4c4cf07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

#Removes access to the system folder by users.
#Additionally this will allow you to create a System.php controller,
Expand Down Expand Up @@ -29,4 +30,4 @@
# Submitted by: ElliotHaughin

ErrorDocument 404 index.php
</IfModule>
</IfModule>

0 comments on commit 4c4cf07

Please sign in to comment.