From b53fff29b20ebdc04aa34515e3c3a7940c2e065e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 17 Aug 2016 14:44:21 +0200 Subject: [PATCH] Crossreference docs for PmaAbsoluteUri MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue #12374 Signed-off-by: Michal Čihař --- doc/config.rst | 2 +- doc/faq.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index 19166f07cf..fda8be5ee5 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -63,7 +63,7 @@ Basic settings fails to detect your path, please post a bug report on our bug tracker so we can improve the code. - .. seealso:: :ref:`faq1_40` + .. seealso:: :ref:`faq1_40`, :ref:`faq2_5`, :ref:`faq4_7`, :ref:`faq5_16` .. config:option:: $cfg['PmaNoRelation_DisableWarning'] diff --git a/doc/faq.rst b/doc/faq.rst index 0499e845be..ba5e98e272 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -561,7 +561,7 @@ This is not specific to phpmyadmin, it's just the behavior of Apache. ProxyPassReverse /mirror/foo/ http://backend.example.com/%7Euser/phpmyadmin ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo -.. seealso:: +.. seealso:: , :config:option:`$cfg['PmaAbsoluteUri']` .. _faq1_41: