Forum Moderators: goodroi
Can I just do this:-
user-agent: *
disallow: /somescript.php
.... as a means of keeping bots out of, for example:-
domain.com/somescript.php?stuff=trillianjedi&mode=force
I know that I can't do wildcards, but I wonder if this sort of "left side" check works?
TJ
If you want to keep the filename a little more private then put the script in a folder and disallow that entire folder (not mentioning the actually script URL), and don't allow the folder to display a DirectoryIndex when accessed.