Forum Moderators: goodroi

Message Too Old, No Replies

syntax for all php exclusion

         

djtaverner

3:58 pm on Mar 15, 2004 (gmt 0)

10+ Year Member



Hello,

Im new to using robots.txt and was wondering how i would exclude all .php files.

Whats the syntax?

Dave

ncw164x

4:29 pm on Mar 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It works for html pages which you do not want to be spidered and also for individual images so there is no reason why it should not work for .php pages, but maybe someone who has tried it may come along and say it wont work

each page you want to disallow must be on a separate line

User-agent: *
Disallow: /nameofpage.php
Disallow: /pagename.php
Disallow: /page.php

Try it with one of your php pages first as a test and then add the rest

hope this helps

ncw164x