| syntax for all php exclusion
|
djtaverner

msg:1528700 | 3:58 pm on Mar 15, 2004 (gmt 0) | Hello, Im new to using robots.txt and was wondering how i would exclude all .php files. Whats the syntax? Dave
|
ncw164x

msg:1528701 | 4:29 pm on Mar 15, 2004 (gmt 0) | 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
|
|
|