Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: index.cgi or index.html

by eXile (Priest)
on Aug 27, 2005 at 13:14 UTC ( [id://487140]=note: print w/replies, xml ) Need Help??


in reply to index.cgi or index.html

Not sure what the problem is either, but if you want a plain-old index.html in your webservers document-root and use a .cgi at the same time to do all your processing, you could use a very simple index.html that redirects to your .cgi. Something like this:
 <html>
  <head>
   <meta http-equiv="Refresh" content="0;http://www.example.com/cgi-bin/your-script-here.cgi" />
  </head>
 </html>

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found