On 23.11.2011 22:08, Michael Kelleher wrote:
> So, I used the ParserChecker.  None of my relative URL's are getting
> picked up.  My config allows URL's with query parameters.
> 
> The URL's look like:  somePath2?blahblahblah  but the URL of the
> containing page is :  http://host/rootpath/page1
> 
> The Content Metadata has a piece of text stating (partial quote): 
> "....; Path=/rootpath; ....."
> 
> It is only picking up URL's that have a hostname contained within them.
> 
> Any ideas why it's not picking these anchor tags up?
> 
> 

Is there a pattern like:

-[?*!@=]

in your regex-urlfilter.txt? This would prevent working on urls that
contain these characters.

Reply via email to