Tag Archives: Cgi Bin Directory

Developing Sites on sub directory?

is there methods to keep your site posted on the sub directory w/o the actual search spiders crawling it You can place a file in your root directory known as robots. txt, and use it to specify which subdirectories you desire spiders (robots) to steer clear of. The major se spiders usually esteem whatever’s in software. txt. Here’s one of these of the file’s articles (Any directory not necessarily mentioned is assumed that they are allowed). The remarks (i. e. that # and all after) are optional: Code: User-agent: * # apply rule to all or any bots Disallow: /cgi-bin/ # stay right out the /cgi-bin directory Disallow: /develop/ # stay right out the /develop directory There is also the meta tag route. HTML: < meta name=" robots" content=" noindex, nofollow" /> Useful in the event you cannot create a robots. txt report, although you would need that line throughout every file. thankyou quite definitely guys does creating a robots. txt report also help seo I don’t believe it does, but at the least it’ll keep individual files from being read*. Since WHEN I last posted, I read articles stating to stay your robots. txt file as simple and well-formed … Continue reading

Posted in Web Design | Tagged , , , , , , , , , | Leave a comment

Large file uploads

I have a client of which publishes a magazine. They have a requirement for people every single child easily send them large files (ad mockups along with such). They have try yousendit and identical services but wish something easier for customers to make the most of. The transferred data files are quite large usually (100mb+) Formerly suffering with tinnitus giving this a few thought, and I’m not sure the best ways to go to sort it out. It needs to get simpler for the final user than making use of an FTP buyer. And with PHP I’d ought to worry about delivery times. Any individual have any strategies I’m not quite sure about this specific, but the record upload limit for Perl is technique high… whilst, PHP is usually configured for the max-filesize which is low, and make time. Perhaps worth experimenting using a Perl file include script… which most individuals incorrectly call CGI. Perl scripts are stored in your cgi-bin directory. Despite the fact that just do an easy upload test with all the most basic script, simply to check if it works. I wouldn’t (or shouldn’t) steer anyone made by this forum to one more, but in the … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment