Query Parameters
-
Hi,
I have installed redirection plugin on my xampp wordpress local installation.I have installed wordpress inside c:/xampp/htdocs/wordpress folder http://localhost/wordpress
I created a page named asda which is accessible at http://localhost/wordpress/asda
My permalink setting is : http://localhost/wordpress/%postname%
I want to pass parameter to my asda page with one query parameter tracking .For example http://localhost/wordpress/asda?tracking=value where value is an integer
I want my url to look like http://localhost/wordpress/asda/valuePasting http://localhost/wordpress/asda on browser address bar works fine, but
http://localhost/wordpress/asda?tracking=1 gives “The requested URL was not found on this server.”How can i achieve this redirection with your plugin.
TIA
The topic ‘Query Parameters’ is closed to new replies.