Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I've had trouble accessing .pl files on some of my sites when using Internet Explorer from a machine that had perl installed on it. The browser would occassionally try to execute whatever was returned by the CGI program because it thinks .pl means a perl program so it tries to run it. When I run into this, I rename them to .cgi. This allows me to figure out what the real problem is without the browser getting in the way (Windows doesn't know what a .cgi file is). All I have to do is put a little directive in my .htaccess file to tell the web server that .cgi files should be processed with perl.

If you wanted to, you could modify your own web server's configuration files to change the file extension mappings. You could write your web site in perl using files with .php extensions so long as the web server thinks .php files should be processed with perl. You could also write your web site in php with .pl extensions so long as you tell your web server to process .pl files with the php interpreter. It really doesn't matter what the extension is so long as the web server knows how to map it to the right processor.

I'll agree with the first reply in that none of this should matter at all to search engines unless they are trying to guess what language your site is written in.

90% of every Perl application is already written.
dragonchild

In reply to Re: Are Perl-based CGI scripts seen by search engines? by pfaut
in thread Are Perl-based CGI scripts seen by search engines? by perleager

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-29 06:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found