Hi All,
We are using ACS commons redirects for 301 redirects and below are the rewrite rules we have added in dispatcher.
#Handle 301 Redirects
RewriteMap map.legacy /tmp/redirects.map
RewriteCond ${map.legacy:$1} !=""
RewriteRule ^(.*)$ ${map.legacy:$1|/} [L,R=301]
we have different version of Apache dispatchers and below are the details:
Server 1 :
UNIX - Red Hat Enterprise Linux Server release 6.8 (Santiago)
Apache - Server version: Apache/2.2.15 (Unix)
Dispatcher - dispatcher-4.2.3.so
Port : 80
Server 2:
UNIX - Red Hat Enterprise Linux Server release 7.4 (Maipo)
Apache - Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Dispatcher - dispatcher-apache2.4-4.1.11.so
port : 8443 (https)
Issue: 301 redirects are working on server 1 but not on server 2.
Could you please advise if we have to make any extra changes on server 2 for 301 redirects.
Thanks In advance
Siva