Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello
I have a very naive question about CGI. I have a small CGI script that generates a basic HTML page. The script is called by a URL such as
http://mydomain.com/cgi-bin/mobile/generateHTML.pl
Everything works fine. What I do not like is that in the URL bar I see this monster URL (http://mydomain.com/cgi-bin/mobile/generateHTML.pl). Is there any way to maybe reduce it to http://mydomain.com or something similar (of course without changing page)?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI URL simple
by LanX (Saint) on Feb 21, 2020 at 18:35 UTC | |
by Anonymous Monk on Feb 22, 2020 at 19:18 UTC | |
by marto (Cardinal) on Feb 23, 2020 at 10:09 UTC | |
|
Re: CGI URL simple
by k-mx (Scribe) on Feb 24, 2020 at 16:00 UTC |