Results 1 to 1 of 1
Hello,
I need a little help
I am running apache 2.0 on Fedora Core 5.
I have setup a virtual host mysite.com and placed search.cgi file in its root directory ...
- 08-04-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 14
Can apache server handle asp file?
Hello,
I need a little help
I am running apache 2.0 on Fedora Core 5.
I have setup a virtual host mysite.com and placed search.cgi file in its root directory and added ExecCGI in its Option directive and it is running fine.
so it can handle search request that looks like this
http://mysite.com/search.cgi?p=1&lang=en&q=etc+etc
my Question is
how can my search.cgi handle search.asp or simple search with no extension
eg
http://mysite.com/searchi?p=1&lang=en&q=etc+etc (with search with no ext)
http://mysite.com/search.asp?p=1&lang=en&q=etc+etc (search with asp ext)
can I do it??
Regards,


Reply With Quote