Jobsity/pricetaghqpromotional/master/.htaccess
RewriteEngine on RewriteBase / # redirect auth urls to login domain RewriteCond %{REQUEST_URI} ^/account/ RewriteRule ^(.*)$ http://login.pricetaghq.com/$1 [R=301,L] RewriteCond %{REQUEST_URI} ^/login/ RewriteRule ^(.*)$ http://login.pricetaghq.com/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Files
