pretty urls and extra parameters
-
hi,
I am wondering if there is any easy way to pass parameters to a template while still maintaining pretty urls and not running into a page not found error.As an example:
if i have a userlist and want to create a page that filters by some criterias i can easily create a query based on the get parameters as long as i provide them in the usual form as ?parameter1=value1¶meter2=value2but as soon as i try to work with url rewriting and create sth like
/parameter1/value1/parameter2/value2i will run into a 404 error as the page is not existing. So therefore it would be needed to handle this extra parameters internally with wordpress.
is there any way to do this with native wordpress features? if so, how? can anyone point me into some direction.
Thorsten
- The topic ‘pretty urls and extra parameters’ is closed to new replies.