Results 1 to 3 of 3

subdomain emails and online.php issue

This is a discussion on subdomain emails and online.php issue within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I have recently moved profiles to subdomain e.g. Hardware Forums - View Profile: Sniper using the guides posted in threads ...

  1. #1
    Member Array
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    82
    Liked
    0 times

    subdomain emails and online.php issue

    I have recently moved profiles to subdomain

    e.g. Hardware Forums - View Profile: Sniper using the guides posted in threads here.

    .htaccess file

    Code:
    RewriteCond %{HTTP_HOST} ^profile.hardwareforums.com
    RewriteRule ^(.*)$ vbseo.php?vbseourl=http://profile.hardwareforums.com/$1&%{QUERY_STRING} [L]
    however in emails (when a new user registers) the url is like

    Hardware Forums - View Profile: Sniper

    also anyway to redirect back to homepage if the user deletes the username e.g. http://profile.hardwareforums.com/ because it gives a very unfriendly message.

    another thing, I also have setup a subdomain for shopping Shopping UK - Compare Prices however on the online.php page the url is linked to Shopping UK - Compare Prices and thats how it displays in the browser window, would this not lead to duplicate content?

    regards

  2. #2
    Member Array
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    82
    Liked
    0 times
    some feedback would be great

  3. #3
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Hello,

    1.
    however in emails (when a new user registers) the url is like
    That will be corrected in the next vBSEO build, thank you for reporting!

    2.
    also anyway to redirect back to homepage if the user deletes the username e.g. http://profile.hardwareforums.com/ because it gives a very unfriendly message.
    Please try to change rewrite rule to:
    Code:
    RewriteRule ^(.+)$ vbseo.php?vbseourl=http://profile.hardwareforums.com/$1&%{QUERY_STRING} [L]
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. 404 +online.php issue
    By n8_115 in forum Troubleshooting
    Replies: 1
    Last Post: 12-08-2006, 03:28 AM
  2. Online.php
    By Arnal in forum Bug Reporting
    Replies: 2
    Last Post: 10-01-2005, 07:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •