2 lines
62 B
Text
2 lines
62 B
Text
^/(files) -> $1
|
|
^(?P<path>.*) -> cgi-bin/index.php?path=$path
|
^/(files) -> $1
|
|
^(?P<path>.*) -> cgi-bin/index.php?path=$path
|