durusmail: quixote-users: Re: Quixote-users Digest, Vol 19, Issue 23
Re: Quixote-users Digest, Vol 19, Issue 23
2003-11-24
Re: Quixote-users Digest, Vol 19, Issue 23
Neil Schemenauer
2003-11-24
On Mon, Nov 24, 2003 at 07:00:55PM +0300, George wrote:
> How do the links look like is mod_rewrite is off? Suppose the app
> name is .books.  and url_prefix is q. Then, if mapping functions,
> one uses http://www.some-url.com/q/, and
> http://www.some-url.com/q/other/ calls the corresponding _q_index.
> How does it look like if no mapping is possible? Is it something
> like http://www.some-url.com/cgi-in/books.other.cgi? And, is the
> final ./. indispensable for the root page?

If you don't rewrite the URLs then I think it would be

   http://www.some-url.com/cgi-in/books.other.cgi/

for the root index page.

  Neil

reply