How to allow URL params on plain HTML documents?
am 04.10.2007 05:29:33 von John NagleHow 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