How to allow URL params on plain HTML documents?

How to allow URL params on plain HTML documents?

am 04.10.2007 05:29:33 von John Nagle

How do I tell Apache to allow URL parameters on plain HTTP documents?
I want a URL like

http://www.example.com/test.html?q=abc

to load the page "test.html", not try to find "test.html?q=abc" in the
file system.

The page is plain HTML, with JavaScript that picks up the parameter and
uses it, so the client side does all the work. This isn't PHP-related.

So how is that done? Thanks.

John Nagle

Re: How to allow URL params on plain HTML documents?

am 04.10.2007 09:08:16 von unknown

Post removed (X-No-Archive: yes)