Recent content by time

  1. time

    XF 1.4 redirect one domain

    I can do it with the code below RewriteEngine On RewriteCond %{HTTP_HOST} ^ex\.mydomain\.com$ RewriteRule ^(.*)$ http://mydomain.com/forums/ex/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^ex2\.mydomain\.com$ RewriteRule ^(.*)$ http://mydomain.com/forums/ex2/$1 [L,R=301] RewriteCond %{HTTP_HOST}...
  2. time

    XF 1.4 redirect one domain

    @Jake Bunce How to do it ex.mydomain.com redirect mydomain.com/forums/ex or mydomain.com/category/ex or mydomain/com/widget-pages Thanks Jake Bunce
Top Bottom