vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 3 of 3

How to keep old rewrite rules ?

This is a discussion on How to keep old rewrite rules ? within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hello, I currently have that in my .htaccess : Code: Options +FollowSymlinks RewriteEngine on RewriteRule ^perso/(.*)$ test.php?username=$1 [L] RewriteRule ^perso/(.*)$ ...

  1. #1
    Junior Member
    Real Name
    Frédéric
    Join Date
    Nov 2006
    Location
    Antibes, France
    Posts
    9

    How to keep old rewrite rules ?

    Hello,

    I currently have that in my .htaccess :
    Code:
    Options +FollowSymlinks
    RewriteEngine on
    
    RewriteRule ^perso/(.*)$ test.php?username=$1 [L]
    RewriteRule ^perso/(.*)$ test.php?username=$1 [L]
    
    RewriteRule ^comparateur/([0-9]+_[a-z0-9_]+(_.+)?\.html)$ /comparateur.php?rw=$1 [L]
    RewriteRule ^comparateur/([a-z0-9_]+/p[0-9]+_[a-z0-9_]+\.html)$ /comparateur.php?rw=$1 [L]
    RewriteRule ^concours-photo.php http://www.virusphoto.com/index.php?page=concours [L]
    RewriteRule ^annuaire-photo.php http://www.virusphoto.com/links/ [L]
    RewriteRule ^links/register.php? http://www.virusphoto.com/register.php [L]
     
    ErrorDocument 404 /404.php
    
    I'd like to keep that.
    Is it possible ?
    Where can I add the VBSEO rewrite rules ?

    Thanks.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Hello Jeff,

    you can add vBSEO rewrite rules below your current .htaccess contents.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  3. #3
    Junior Member
    Real Name
    Frédéric
    Join Date
    Nov 2006
    Location
    Antibes, France
    Posts
    9
    Ok thanks.

Similar Threads

  1. Syntax for Custom Rewrite Rules
    By Joe Ward in forum Custom Rewrite Rules
    Replies: 24
    Last Post: Yesterday, 04:22 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM