0

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?

Michael
  • 597
  • 3
  • 9
  • 23

1 Answers1

3

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

  • Thanks, we use Apache HTTPD server version 2.2. I started to try to use http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirectmatch. – Michael Jan 27 '17 at 10:32
  • asked additional question. May be you can help: http://serverfault.com/questions/828956/what-wrong-with-redirectmatch-of-apache-2-2-mod-alias – Michael Jan 27 '17 at 11:44