kopia lustrzana https://github.com/friendica/friendica
Merge pull request #7751 from tobiasd/20191017-lighttpdsample
updated sample lighttpd config regarding the pagename parameterpull/7753/head
commit
409d9df4af
|
@ -102,8 +102,8 @@ $HTTP["scheme"] == "https" {
|
||||||
# Got the following 'Drupal Clean URL'after Mike suggested trying
|
# Got the following 'Drupal Clean URL'after Mike suggested trying
|
||||||
# something along those lines, from http://drupal.org/node/1414950
|
# something along those lines, from http://drupal.org/node/1414950
|
||||||
url.rewrite-if-not-file = (
|
url.rewrite-if-not-file = (
|
||||||
"^\/([^\?]*)\?(.*)$" => "/index.php?q=$1&$2",
|
"^\/([^\?]*)\?(.*)$" => "/index.php?pagename=$1&$2",
|
||||||
"^\/(.*)$" => "/index.php?q=$1"
|
"^\/(.*)$" => "/index.php?pagename=$1"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
else $HTTP["host"] !~ "(friendica.example.com|wordpress.example.com)" {
|
else $HTTP["host"] !~ "(friendica.example.com|wordpress.example.com)" {
|
||||||
|
|
Ładowanie…
Reference in New Issue