Is there any way to restrict acces to subdirectory of a main directory if the main directory will be dynamic. For example; I have a mod_rewrite which produces URLs like this;
[domain.tld...]
sadly it also supplies the same content under;
[domain.tld...]
(where n i sthe id of the category the item was posted)
can i stop bots spidering dynamic-item-title/catid/?
I'm sure there's probably a mod_rewrite i could do to solve this too, but thats something i cant figure out lol