Skip to content
Snippets Groups Projects
Commit 70014c4f authored by Sean Leonard's avatar Sean Leonard
Browse files

Removed if !mod_php5.c around RewriteRule

Made things work on Dreamhost shared hosting
parent 095d0aa7
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,6 @@ php_value upload_max_filesize 512M ...@@ -4,8 +4,6 @@ php_value upload_max_filesize 512M
php_value post_max_size 512M php_value post_max_size 512M
SetEnv htaccessWorking true SetEnv htaccessWorking true
</IfModule> </IfModule>
<IfModule !mod_php5.c>
RewriteEngine on RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last] RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
</IfModule>
Options -Indexes Options -Indexes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment