diff --git a/.htaccess_ovh b/.htaccess_ovh index 3303e0d..0f55a01 100644 --- a/.htaccess_ovh +++ b/.htaccess_ovh @@ -1,3 +1,8 @@ SetEnv PHP_VER 5_4 SetEnv ZEND_OPTIMIZER 1 SetEnv MAGIC_QUOTES 0 + + + RewriteEngine on + RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] + \ No newline at end of file diff --git a/docs/faq.markdown b/docs/faq.markdown index 4fbcb0f..be6faa0 100644 --- a/docs/faq.markdown +++ b/docs/faq.markdown @@ -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`.