Cedric Fontaine wrote:
> 
> > > In my html, I've got :
> > > <base href="http://www.sincever.com/inlink/themes/default/";>
> > > <LINK rel="stylesheet" href="style.css" type="text/css">
> > >
> > > But I don't want to index inlink/themes... Of course I can Disallow
> this...
> > > But is it normal that it fetch <base... ?
> >
> >
> > indexer doesn't fetch BASE HREF itself. It considers all relative links
> > that they are related to BASE HREF.
> 
> So I don't understand why it does fetch
> http://www.sincever.com/inlink/themes/default whole directory... The only
> link related to base href is style.css... Why does it index this directory ?
> Is there a way to find the referer url when indexing a page ? How can I find
> where the problem is ?


SELECT referrer FROM url WHERE url='bad url';


SELECT url FROM url WHERE referrer='a value from previous query'
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to