Results 1 to 2 of 2

forwarding, can you help me out?

This is a discussion on forwarding, can you help me out? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; i accidently submitted a newsletter to userprofiles using this url: forums/members/username/ but my "real" url is configures to /forums/members/username .html ...

  1. #1
    Member
    Join Date
    Jan 2006
    Posts
    31
    Liked
    0 times

    forwarding, can you help me out?

    i accidently submitted a newsletter to userprofiles using this url: forums/members/username/ but my "real" url is configures to /forums/members/username.html

    now i wanted to redirect those few members coming from my newsletter to the real url without modifying my vbseo "member profile configuration url". how can i do that?

    i trid inputting:
    'members/(\d+)' => 'members/$1.html'
    to the custom rewrite rules but without success.
    can you help me out?

    thanks in advance

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    you should try to add the following in forums/.htacess file right after "RewriteEngine on" line:
    Code:
    RewriteRule ^(members/[^/\.]+) $.html [L,R=301]
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Posting Permissions

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