Update OVH .htaccess

This commit is contained in:
Frédéric Guillot 2014-10-30 20:36:48 -04:00
parent 25a41cc7ff
commit e862bdca5c
2 changed files with 7 additions and 8 deletions

View File

@ -1,3 +1,8 @@
SetEnv PHP_VER 5_4
SetEnv ZEND_OPTIMIZER 1
SetEnv MAGIC_QUOTES 0
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
</IfModule>

View File

@ -31,12 +31,6 @@ I don't use Microsoft products, and as such I have no idea if Miniflux works cor
### How to setup Miniflux on OVH?
OVH shared web-hosting can use different PHP versions.
To have Miniflux working properly you have to use a custom `.htaccess` like that:
To have Miniflux working properly you have to use a custom `.htaccess`.
```
SetEnv PHP_VER 5_4
SetEnv ZEND_OPTIMIZER 1
SetEnv MAGIC_QUOTES 0
```
You can also just rename the file `.htaccess_ovh` to `.htaccess`.
There is example in the Miniflux root folder. Just rename the file `.htaccess_ovh` to `.htaccess`.