All other redirects in htaccess working except those URLs attempting to redirect from a URL with perl.
For example:
Redirect 301 /text/index.pl?81111 /directory2024/show_blog.pl?how-build-widget
The above does not execute.
Thanks
Individually these work:
www.mysite/text/index.pl?81111
www.mysite/directory2024/show_blog.pl?how-build-widget
…but the redirect fails.
New contributor
pflow is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.