Skip to content

Commit ae57e3b

Browse files
author
Richard Jones
committed
seems like a reasonable patch
1 parent f576397 commit ae57e3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/installation.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing Roundup
33
==================
44

5-
:Version: $Revision: 1.129 $
5+
:Version: $Revision: 1.130 $
66

77
.. contents::
88
:depth: 2
@@ -500,7 +500,7 @@ Example mod_python configuration::
500500
# everything else is handled by roundup web UI
501501
AliasMatch /roundup/([^/]+)/(?!@@file/)(.*) /var/db/roundup/$1/dummy.py/$2
502502
# roundup requires a slash after tracker name - add it if missing
503-
RedirectMatch permanent /roundup/([^/]+)$ /roundup/$1/
503+
RedirectMatch permanent ^/roundup/([^/]+)$ /roundup/$1/
504504
# common settings for all roundup trackers
505505
<Directory /var/db/roundup/*>
506506
Order allow,deny
@@ -521,7 +521,7 @@ Example mod_python configuration::
521521
<Directory /var/db/roundup/devel>
522522
PythonOption TrackerHome /var/db/roundup/devel
523523
</Directory>
524-
524+
525525
Notice that the ``/var/db/roundup`` path shown above refers to the directory
526526
in which the tracker homes are stored. The actual value will thus depend on
527527
your system.

0 commit comments

Comments
 (0)