Page 2 of 2 FirstFirst 1 2
Results 16 to 20 of 20

Need some redirect help

This is a discussion on Need some redirect help within the Off-Topic & Chit Chat forums, part of the Focus on Members category; Its just naot having it. This is what I have tried so far Code: '^vbclassified\.php' => '/classifieds/' '^vbclassified\.html' => '/classifieds/' ...

  1. #16
    Senior Member Lee G's Avatar
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    690
    Liked
    40 times
    Blog Entries
    4
    Its just naot having it. This is what I have tried so far

    Code:
    '^vbclassified\.php' => '/classifieds/'
    '^vbclassified\.html' => '/classifieds/'
    '^vbclassified\.php$' => '/classifeds/index.php'
    '^vbclassified\.html' => '/classifieds/index.php'
    '^classifeds\.index.html$' => '/classifeds/index.php'
    '^classifeds\.index.html' => '/classifeds/index.php'
    '^classifieds/index\.html$' => '/classifieds/index.php'
    '^classifieds/.index\.html$' => '/classifieds/index.php'
    '^/classifieds/index\.html$' => '/classifieds/index.php'
    '^classifieds/.index\.html$' => 'classifieds/index.php'
    No redirect from that is working.

    There are also custom rr´s though. With them taken out, still no difference

    These are the custom rr´s if that helps

    Code:
    //******************** vBCLASSIFIED REWRITE ******************************************
    '^vbclassified\.php$' => 'classifeds/index.html'
    '^vbclassified\.php\?do=category&categoryid=(\d+)' => 'classifieds/category-$1.html'
    '^vbclassified\.php\?do=newad&categoryid=(\d+)' => 'classifieds/newad-$1.html'
    '^http://www.timeshareforums.com/forums/vbclassified\.php\?do=ad&id=(\d+)' => 'classifieds/viewad-$1.html'
    '^vbclassified\.php\?do=ad&id=(\d+)' => 'classifieds/viewad-$1.html'
    '^vbclassified\.php\?do=edit&adid=(\d+)' => 'classifieds/edit-$1.html'
    '^vbclassified.php\?do=search&memberid=(\d+)' => 'classifieds/search/member-$1.html'
    '^vbclassified\.php\?do=editad&adid=(\d+)' => 'classifieds/edit-$1.html'
    '^vbclassified\.php\?do=delete&adid=(\d+)' => 'classifieds/delete-$1.html'
    '^vbclassified\.php\?do=feedback&userid=(\d+)' => 'classifeds/leavefeedback/$1.html'
    '^vbclassified\.php\?do=user&userid=(\d+)$' => 'classifeds/feedback/all/$1.html'
    '^vbclassified\.php\?do=user&userid=(\d+)&type=feedback' => 'classifeds/feedback/all/$1.html'
    '^vbclassified\.php\?do=feedback&userid=(\d+)&type=buyers' => 'classifeds/feedback/frombuyers/$1.html'
    '^vbclassified\.php\?do=user&userid=(\d+)&type=buyers' => 'classifeds/feedback/frombuyers/$1.html'
    '^vbclassified\.php\?do=feedback&userid=(\d+)&type=sellers' => 'classifeds/feedback/fromsellers/$1.html'
    '^vbclassified\.php\?do=user&userid=(\d+)&type=sellers' => 'classifeds/feedback/fromsellers/$1.html'
    '^vbclassified\.php\?do=feedback&userid=(\d+)&type=others' => 'classifeds/feedback/left/$1.html'
    '^vbclassified\.php\?do=user&userid=(\d+)&type=others' => 'classifeds/feedback/left/$1.html'
    The only other thing I can think of doing at present is to up the contents of the new classifieds folder to the VbClassifieds folder. Or try an htaccess divert of some kind.

    Thanks in advance for any help as per normal guys.

  2. #17
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    wrong box.

    Custom Redirect

    Not a custom rewrite Rule.

  3. #18
    Senior Member Lee G's Avatar
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    690
    Liked
    40 times
    Blog Entries
    4
    I was just showing what was in my custom rewrites.

    The first bit of code was and is in the 301 custom redirects

    Even with the rewrites taken out, it makes no difference at all.

    Hope that helps mate.

  4. #19
    Senior Member Lee G's Avatar
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    690
    Liked
    40 times
    Blog Entries
    4
    Looks like it might have been a cache problem my end. One computer now redirects to the new classifieds without any problem, the other which I use to check any changes while working, till shows the old classifieds

    Cheers for the help Brian, another of my magic moments

  5. #20
    Junior Member
    Real Name
    Oleg
    Join Date
    Mar 2009
    Posts
    1
    Liked
    0 times

    test

    .

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Replies: 8
    Last Post: 12-13-2008, 07:05 AM
  2. linklerde neden böle redirect-to/?redirect
    By samet54 in forum Türkçe
    Replies: 2
    Last Post: 10-14-2008, 05:45 AM
  3. Replies: 5
    Last Post: 07-06-2008, 05:39 PM
  4. http://www.vbseo.com/redirect-to/?redirect=http
    By gooster in forum General Discussion
    Replies: 3
    Last Post: 04-10-2008, 12:30 PM
  5. Redirect
    By MSJA in forum Troubleshooting
    Replies: 2
    Last Post: 01-27-2006, 03:24 AM

Tags for this Thread

Posting Permissions

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