Removed if !mod_php5.c around RewriteRule
Made things work on Dreamhost shared hosting
This commit is contained in:
parent
095d0aa743
commit
70014c4fd0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue