domain.map

  1. rgfincher

    Issue domain.map file being ignored in Apache & nginx Settings

    I am attempting to use a domain.map file full of redirects. The location of the file is : /var/www/vhosts/system/MyDomain/conf/domain.map I am putting the following into the Apache & Nginx settings : RewriteEngine On RewriteMap redirects txt:/var/www/vhosts/system/$MyDomain/conf/domain.map...
Back
Top