Querystrings on pass-through with regex to Page
-
I was having trouble doing a pass-throughto a ‘Page’ with querystring values using regex, where ‘Page’ is the name of a page I configured in WordPress, that contains php code.
Here’s the scenario:
? Hosting on Aruba.it
? Redirection 2.2.13
? WordPress 3.5.1match : pass-through
action : url
regex : ^/espositori/([a-zA-Z0-9_.\\-]+)/?$
target : /espositori/scheda-espositore?espositore_slug=$1request : /espositori/al-molino-della-luna
final URI : /espositori/scheda-espositore/?espositore_slug=al-molino-della-lunaHow can I remove the questystring parameters from the final URI?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Querystrings on pass-through with regex to Page’ is closed to new replies.