Skip to content

Commit

Permalink
Fixed issue with installer stuck after selecting db. The js file was …
Browse files Browse the repository at this point in the history
…being blocked by .htaccess.
  • Loading branch information
shannah committed Nov 10, 2014
1 parent efd489f commit 1494422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ErrorDocument 403 "403 Access Restricted. <a href='installer.php'>Go to install
<FilesMatch "\.(png|jpg|gif|GIF|PNG|JPG|jpeg|JPEG|ICO|js|css|html)$">
Allow from all
</FilesMatch>
<FilesMatch "(installer\.php|index\.php)$">
<FilesMatch "(installer\.php|index\.php|install_form.js.php)$">
Allow from all
</FilesMatch>

0 comments on commit 1494422

Please sign in to comment.