[Trac] Windows Install Questions
DeLynn Berry
delynnb at megastarfinancial.com
Sat Apr 2 12:12:30 EST 2005
That fixed my problem. Thanks a *bunch* for your help! I got those
config lines off of the Trac Wiki somewhere, so I'll try to find them
and update/add to the Wiki so others won't experience this problem in
the future.
Thanks again,
DeLynn
> -----Original Message-----
> From: trac-bounces at lists.edgewall.com
> [mailto:trac-bounces at lists.edgewall.com] On Behalf Of Paul Bennett
> Sent: Friday, April 01, 2005 8:07 PM
> To: trac at lists.edgewall.com
> Subject: Re: [Trac] Windows Install Questions
>
>
> Make the following changes to your configuration file:
>
> 1. Remove the "RedirectMatch" entry.
> 2. Change the "ScriptAliasMatch" entry to one of the following:
>
> ScriptAliasMatch ^/affinity(.*) "d:/data/web/svn/trac.cgi$1"
> ScriptAlias /affinity "d:/data/web/svn/trac.cgi"
>
> 3. Change <Location "/affinity/"> to <Location "/affinity">
>
> I think your seeing this problem because when you submit some
> certain forms, it takes you to the URL "/affinity#preview".
> But your RedirectMatch statement was redirecting this to
> "/affinity/#preview", and therefore the main wiki page.
> Removing the extra "/"s from the SriptAliasMatch accomplishes
> the same thing as what you were using the RedirectMatch
> statement for, but doesn't break the submission of forms. Or
> you can just avoid the regular expressions entirely by using
> ScriptAlias.
>
> Hope this helps,
> Paul
> _______________________________________________
> Trac mailing list
> Trac at lists.edgewall.com
> http://lists.edgewall.com/mailman/listinfo/tra> c
>
More information about the Trac
mailing list