Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: perl hide by html....

by Zaxo (Archbishop)
on May 01, 2005 at 02:15 UTC ( [id://452955]=note: print w/replies, xml ) Need Help??


in reply to perl hide by html....

I'm not entirely clear about what you're asking for, but I think you want a request for a .htm page to transparently fire a cgi script which generates the page. You can set that up with Apache's mod_rewrite. In .htaccess put:

RewriteEngine on RewriteBase /~quux/ RewriteRule ^page1\.htm$ a.cgi [T=application/x-httpd-cgi]
(Adapted from the URL Rewriting Guide in the Apache manual.)

I can see that you might be asking about something entirely different, maybe something about displaying a link. If so, please clarify.

After Compline,
Zaxo

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-28 22:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found