Recent content by modx

  1. M

    XenForo Redirects for vBulletin

    fixed by placing this as first rewrite in www.new_forum.com/.HTACCESS RewriteBase / RewriteCond %{HTTP_HOST} !^m\. RewriteRule ^$ http://new_forum.com/Xenforo2/ [R,L]
  2. M

    XenForo Redirects for vBulletin

    So to anyone that has the same problem. I redirected www.old_forum.com to www.new_forum.com/xenforo2 so the main site redirects www.old_forum.com/forums/* to www.new_forum.com/index.php the one from the addon and the htaccess this works for all the links but messes up if someone goes...
  3. M

    XenForo Redirects for vBulletin

    Thanks Mike, Was afraid that might be the case.
  4. M

    XenForo Redirects for vBulletin

    Hey, So I have moved our forum to a new domain on the same server same account owner but can not get the redirect to work. it seems the index page cannot grab the required file. my situation: old forum index.php location /home/username/public_html/forum/index.php new forum path $dir =...
Back
Top Bottom