Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: CGI index as text

by tachyon (Chancellor)
on Nov 24, 2004 at 07:08 UTC ( [id://410071]=note: print w/replies, xml ) Need Help??


in reply to Re: CGI index as text
in thread CGI index as text

This is *extremely* unlikely to work. With a GET request and this redirect you will lose the QUERY_STRING. With POST it is even worse as it will almost certainly generate a 405 Method Not Allowed as you try to POST data to an HTML page.

cheers

tachyon

Replies are listed 'Best First'.
Re^3: CGI index as text
by nedals (Deacon) on Nov 24, 2004 at 08:40 UTC

    The OP made this statement...
    The main index page is a CGI file, how can I get it to load?

    I understood this to mean that when initially accessing the site, the index page is a cgi script that needs to be accessed. There will be 'NO' QUERY_STRING or POST. This simply redirects the normal index page to the CGI script without the use of .htaccess (I also believe the .htaccess method is a better way to do it.)

    Please explain *extremely* unlikely to work

      Please explain *extremely* unlikely to work

      I did. Dynamic sites almost inevitably GET/POST back to their root - take PM for example. PS content="0;url...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://410071]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 17:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found