We use Apache HTTPD server version 2.2 I need to redirect URLs in apache based on query parameters. Is it possible to redirect URLs without RewriteEngine?
We use Apache HTTPD server version 2.2 I need to redirect URLs in apache based on query parameters. Is it possible to redirect URLs without RewriteEngine?
Yes, you can try mod_alias which has a number of directives which can redirect URLs in Apache:
https://httpd.apache.org/docs/current/mod/mod_alias.html#redirect