problems with queryvars and urlencoding
-
Hi, latest version of your plugin, latest wordpress.
If I use htaccess mode, by entering an url like this:
/my/path/?var1=321321&var2=32.13.21
In backoffice is correctly written/visualized. But in the htaccess will be written like this:
RewriteRule ^/my/path/$ /my/path/%3Fvar1%3D321321%26var2%3D32.13.21
And this will cause a 404 response.
A bug?
Please note that if I use wordpress mode, all goes fine.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘problems with queryvars and urlencoding’ is closed to new replies.