mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
Fix typo in description for php_extension_in_urls, false vs true
Obviously the default is true for with .php extension and if false without.
This commit is contained in:
committed by
Pierrick Le Gall
parent
7ecf80d4e9
commit
a665efb4e0
@@ -615,7 +615,7 @@ $conf['gallery_url'] = null;
|
||||
// (depends on the server AcceptPathInfo directive configuration)
|
||||
$conf['question_mark_in_urls'] = true;
|
||||
|
||||
// php_extension_in_urls : if true, the urls generated for picture and
|
||||
// php_extension_in_urls : if false, the urls generated for picture and
|
||||
// category will not contain the .php extension. This will work only if
|
||||
// .htaccess defines Options +MultiViews parameter or url rewriting rules
|
||||
// are active.
|
||||
|
||||
Reference in New Issue
Block a user