Can you redirect index.php?
-
I am trying to fix redirects from an older version of web software. The links to the various pages were like this
domainname.com/index.php?pid=2
domainname.com/index.php?pid=3
and so on…I tried using a source URL of:
/*pid=2
/index.php?pid=2
/+.pid=2When it redirects, I get
https://domainname.com/?pid=2I am attempting to redirect to an existing page using a 301 if that matters.
None of these seem to work, is it possible to do this with your plugin?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Can you redirect index.php?’ is closed to new replies.