durusmail: quixote-users: Question about construction of urls
Question about construction of urls
2004-07-28
2004-07-28
2004-07-29
Question about construction of urls
Zatz, Steve
2004-07-28
I am pretty new to Quixote and Apache but have the demo running under scgi.
My question is the following:

My Apache config file has the following LocationMatch directive for the scgi
server:



....

Whether I type in http://localhost/qdemo or http://localhost/qdemo/ I get to
the first page of the demo.  However, if I click on any of the links when at
http://localhost/qdemo (for example the simple link), I go to
http://localhost/simple, which is not a good thing.

I fear this is obvious but can someone enlighten me as to what I need to do
either in the LocationMatch directive or in the construction of the href so
that I can go from qdemo (without a following /) to a location like
qdemo/simple.

reply