Clarify PmaAbsoluteUri docs
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
77fec5e8bc
commit
d4307a6693
@ -54,13 +54,12 @@ Basic settings
|
||||
Sets here the complete :term:`URL` (with full path) to your phpMyAdmin
|
||||
installation's directory. E.g.
|
||||
``http://www.example.net/path_to_your_phpMyAdmin_directory/``. Note also
|
||||
that the :term:`URL` on most of web servers are case–sensitive. Don’t
|
||||
forget the trailing slash at the end.
|
||||
that the :term:`URL` on most of web servers are case sensitive (even on
|
||||
Windows). Don’t forget the trailing slash at the end.
|
||||
|
||||
Starting with version 2.3.0, it is advisable to try leaving this blank. In
|
||||
most cases phpMyAdmin automatically detects the proper setting. Users of
|
||||
port forwarding will need to set :config:option:`$cfg['PmaAbsoluteUri']`
|
||||
(`more info <https://sourceforge.net/p/phpmyadmin/support-requests/795/>`_).
|
||||
port forwarding or complex reverse proxy setup might need to set this.
|
||||
|
||||
A good test is to browse a table, edit a row and save it. There should be
|
||||
an error message if phpMyAdmin is having trouble auto–detecting the correct
|
||||
|
||||
Loading…
Reference in New Issue
Block a user