exclude certain links from being rewritten
5 posts
• Page 1 of 1
exclude certain links from being rewritten
Hi I am trying to exclude certain links from getting rewritten.
I specifically am trying to exclude any links that end with -product-1234.htm OR -listing-1234.htm
So for example
/abababababababbab-listing-123.htm?a=b --> NO Rewrite
/abababababababbab-browse-123.htm?a=b --> YES Rewrite
/abababababababbab-browse-9999.htm?a=b --> YES Rewrite
/abababababababbab-product-666.htm?a=b --> NO Rewrite
/abababababababbab-product-8989.htm?a=b --> NO Rewrite
I made a regex rule of .*(?!-(?:listing|product)-\d+\.htm).*
And I entered @.*(?!-(?:listing|product)-\d+\.htm).* into the HTML link filter in the Advanced settings, but it is still rewriting those links.
Does anyone know if it is possible to write a rule to exclude these specific links from getting rewritten?
Thanks,
mordytk
I specifically am trying to exclude any links that end with -product-1234.htm OR -listing-1234.htm
So for example
/abababababababbab-listing-123.htm?a=b --> NO Rewrite
/abababababababbab-browse-123.htm?a=b --> YES Rewrite
/abababababababbab-browse-9999.htm?a=b --> YES Rewrite
/abababababababbab-product-666.htm?a=b --> NO Rewrite
/abababababababbab-product-8989.htm?a=b --> NO Rewrite
I made a regex rule of .*(?!-(?:listing|product)-\d+\.htm).*
And I entered @.*(?!-(?:listing|product)-\d+\.htm).* into the HTML link filter in the Advanced settings, but it is still rewriting those links.
Does anyone know if it is possible to write a rule to exclude these specific links from getting rewritten?
Thanks,
mordytk
Re: exclude certain links from being rewritten
Hello,
Please try to fix your rule as follows:
@^(?!.*-(?:listing|product)-\d+\.htm).*
Please try to fix your rule as follows:
@^(?!.*-(?:listing|product)-\d+\.htm).*
- Ral Herring
- Posts: 1
- Joined: 27 Jul 2017, 07:10
Re: exclude certain links from being rewritten
Interesting question. I also wonder if LinkFreeze is available for a website of a web development company?
Re: exclude certain links from being rewritten
Dear Admin I must say you website is Super awesome. Great layout and awesome content. Really like the way you are. Thanks for sharing. iExplorer Registration code
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 13 guests