Regex to detect a proper permalink?
- by Fedor
These permalinks above are rerouted to my page:
page.php?permalink=events/foo
page.php?permalink=events/foo/
page.php?permalink=ru/events/foo
page.php?permalink=ru/events/foo/
The events is dynamic, it could be specials or packages.
My dilemma is basically; I need to detect an empty link in order so I can feed a robots no index meta tag in the…