Results 1 to 2 of 2

Rewrite problem

This is a discussion on Rewrite problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, I've installed vBSEO and redirect old url's doesn't work corretly. Why? I can enter ex .showthread.php?u=3 without redirect to ...

  1. #1
    Junior Member Array
    Real Name
    Przemysław Rejf
    Join Date
    Oct 2006
    Posts
    27
    Liked
    0 times

    Rewrite problem

    Hello,

    I've installed vBSEO and redirect old url's doesn't work corretly.
    Why?

    I can enter ex .showthread.php?u=3 without redirect to my rewrite (from vbseocp.php)

    Rest work okay, url's work corrently if for example i enter to thread 3 from forumdisplay.

    My rewrite:

    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    RewriteBase /

    RewriteCond %{HTTP_HOST} !^mydomain\.com
    RewriteRule (.*) http://mydomain.com$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_URI} !(/|includes/|admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((|/|/archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(|/|vbseo_sitemap|includes|admincp|modcp|clientscript |cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]


    Thanks.

    Best regards.
    :spin: I still waiting for vbseo optimized version :)

  2. #2
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    722 times
    Blog Entries
    4
    There is no such link on vBulletin showthread.php?u=3

    Correct url is showthread.php?t=3 and it is working correct on your site.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Rewrite Problem
    By IRCDPR in forum URL Rewrite Settings
    Replies: 7
    Last Post: 10-22-2008, 03:33 PM
  2. URL Rewrite Problem
    By Icy in forum Troubleshooting
    Replies: 10
    Last Post: 11-12-2007, 03:45 PM
  3. rewrite problem
    By hornstar6969 in forum Troubleshooting
    Replies: 1
    Last Post: 05-28-2006, 03:16 PM
  4. No Rewrite Problem.
    By pichifrank in forum Troubleshooting
    Replies: 1
    Last Post: 05-27-2006, 06:45 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
  •