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
    Liked
    0 times

    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
    25,689
    Liked
    157 times
    Hello Jeff,

    you can add vBSEO rewrite rules below your current .htaccess contents.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


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

Similar Threads

  1. Syntax for Custom Rewrite Rules
    By Joe Ward in forum Custom Rewrite Rules
    Replies: 33
    Last Post: 02-10-2011, 09:49 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 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
  •