Rewrite rule with alphanumber and dash is not working.
-
Hi
I have created a rule if string contains alphanumeric and dash only.order/([a-zA-Z0-9-]+)$ should be redirected to index.php?page_id=485&list=$matches[1]
Eg: order/BB-1234 should be redirected to index.php?page_id=485&list=BB-1234
But it is not working. Is it possible to see the error log of it.
Thanks & Regards,
Sejal Gada
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Rewrite rule with alphanumber and dash is not working.’ is closed to new replies.