From 4c2c5622045dfb781bada8674e25a2e892880c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Aug 2016 09:20:48 +0200 Subject: [PATCH] Suggest more secure Apache configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index 0c1ce52569..0499e845be 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -422,7 +422,7 @@ which refers to the order of the server paragraph in https://example.com/phpMyAdmin/database[/table][/script] :term:`URL`, you need to do some configuration. Following lines apply only for `Apache `_ web server. First make sure, that you have enabled some features within global -configuration. You need ``Options FollowSymLinks`` and ``AllowOverride +configuration. You need ``Options SymLinksIfOwnerMatch`` and ``AllowOverride FileInfo`` enabled for directory where phpMyAdmin is installed and you need mod\_rewrite to be enabled. Then you just need to create following :term:`.htaccess` file in root folder of phpMyAdmin installation (don't