Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Exclude some URLs
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: Exclude some URLs

Re:Exclude some URLs 14 years, 3 months ago #10221

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

Please, read any tutorial to regular expressions - you can use the | symbol in regular expressions with the meaning of OR, like this:

1. expression: format=pdf
2. expression: print=1
Combined expression: (format=pdf)|(print=1)

But be careful, because of the way Joomla stores parameters in the database, you need to escape the | symbol, so you need to type the expression like this:

(format=pdf)\|(print=1)

If the expressions are more complicated, the Variables filtering may be a better choice.

Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
  • 2
Přihlášení uživatele Prázdný