Ok, the problem appears to be swish-e replacing the "/" with "%2F"
When I create a static html file with a correct url, like:
"/ggpages/awn/51/Textfiles/USKS.html" the link works properly. If I
change the first / to %2F it then links to the url but includes the
realtive location of the static file in the url like in this example:
"%2Fggpages/awn/51/Textfiles/USKS.html" would actually link to
"current_dir/ggpages/awn/51/Textfiles/USKS.html"
So how do I make swish-e not use url encoding?
On Thu, 2008-06-19 at 14:38 -0500, Peter Karman wrote:
>
> On 06/19/2008 02:36 PM, Peter Karman wrote:
> >
> > On 06/19/2008 02:20 PM, David Hane wrote:
> >> searching with swish-e from the CLI does produce the proper URL. The
> >> templates were the defaults with no edits (just changed them to my
> >> edited ones 5 minutes ago). Now I'm wondering if it isn't apache.
> >>
> >> Swish-e seems to be doing everything like it always has. It's just when
> >> the results pages gets built that the problem occurs.
> >>
> >
> > break the problem down. Which template are you using? Find the lines where the results URL
> > is constructed. Are you using CGI.pm or under mod_perl or ... ?
> >
>
> oh, and I've been reminded that perhaps a relative URL is being produced. Be sure to check
> the actual HTML generated, not just what the status bar in your browser says.
>
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Thu Jun 19 18:10:46 2008