| Subject: Re: Grab only page.php?* |
Author: Leto |
Date: 02/12/2008 00:29 |
| | > I want to grab only
> www.domain.com/page?*
> where ?* are multiple dynamique pages
First exclude everything with
-*
then add inclusion rules that will "find" the pages you want, for example
+*/page?*
+*.gif +*.jpg +*.png +*.css +*.js
| |
|
|
|
|
1
Created with FORUM 2.0.11