how to use querystring with permalinks ?
-
Hi all,
i’ve got a problem in my web hosting provider (Free, in France) they don’t permit rewrite rules so i use the following syntax in my permalink structure : /index.php/%year%/%monthnum%/%day%/%postname%/
and that’s works fine…
My problem is that i need to transmit and treat a querystring keeping my context page (i want to offer to user the possibility to vote for a specific poll reloading the same page where they came from).
What kind of “hack” can i use for that particular case ?I try with no luck all the syntax bellow :
https://mywebsite/index.php/2005/11/10/mypost/?Vote=26
https://mywebsite/index.php/2005/11/10/mypost?Vote=26
give me 404 error…
https://mywebsite?Vote=26/index.php/2005/11/10/mypost/
translate by wordpress to https://mywebsite/?Vote=26/index.php/2005/11/10/mypost/
and loading the front page… and
https://mywebsite/index.php?Vote=26/2005/11/10/mypost/
that’s give me the same issue.Does someone knows how to do with that kind of problem ?
TIA,
Flegme
- The topic ‘how to use querystring with permalinks ?’ is closed to new replies.