Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> I am trying to build a conf file that only indexes .html and .php files, but:
> 
>     - ignores the "make-dyn-graph.php" file
>     - ignores php files with "wv=tse" in the query string
> 
> Right now I have:
> 
>     Allow           *.php *.html
>     Disallow        *make-dyn-graph.php*
>     Disallow        *wv=tse*
>     Disallow        * 
> 
> Is that right?

Rules are checked in order of appearance. 
Probably this is what you want:

     Disallow        *make-dyn-graph.php*
     Disallow        *wv=tse*
     Allow           *.php*   *.html*
     Disallow        * 


Reply: <http://www.mnogosearch.org/board/message.php?id=3144>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to