Update OVH .htaccess
This commit is contained in:
parent
25a41cc7ff
commit
e862bdca5c
@ -1,3 +1,8 @@
|
|||||||
SetEnv PHP_VER 5_4
|
SetEnv PHP_VER 5_4
|
||||||
SetEnv ZEND_OPTIMIZER 1
|
SetEnv ZEND_OPTIMIZER 1
|
||||||
SetEnv MAGIC_QUOTES 0
|
SetEnv MAGIC_QUOTES 0
|
||||||
|
|
||||||
|
<IfModule mod_rewrite.c>
|
||||||
|
RewriteEngine on
|
||||||
|
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
|
||||||
|
</IfModule>
|
@ -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?
|
### How to setup Miniflux on OVH?
|
||||||
|
|
||||||
OVH shared web-hosting can use different PHP versions.
|
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`.
|
||||||
|
|
||||||
```
|
There is example in the Miniflux root folder. Just rename the file `.htaccess_ovh` to `.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`.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user