url changing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • caves.ru
    New Member
    • Jan 2008
    • 7
    • 4.0.x

    url changing

    Decided to upgrade to 5.1.X but got information about url changing.
    Is it true? Can I still access to the topics by old url?
    Thank you!
  • BirdOPrey5
    Senior Member
    • Jul 2008
    • 9613
    • 5.6.3

    #2
    If you are using any of the default URLs available in either VB3 or VB4 then yes your old URLs will automatically redirect to the new VB5 style URLs.

    If you used to use VBSEO URLs then they will not redirect to the new VB5 URLs. If you didn't purchase the VBSEO product then there is nothing to worry about.

    Comment

    • caves.ru
      New Member
      • Jan 2008
      • 7
      • 4.0.x

      #3
      I am using standard "Mod Rewrite Friendly URLs" and rules:

      # Forum
      RewriteRule ^threads/.* showthread.php [QSA]
      RewriteRule ^forums/.* forumdisplay.php [QSA]
      RewriteRule ^members/.* member.php [QSA]
      RewriteRule ^blogs/.* blog.php [QSA]
      ReWriteRule ^entries/.* entry.php [QSA]

      RewriteCond %{REQUEST_FILENAME} -s [OR]
      RewriteCond %{REQUEST_FILENAME} -l [OR]
      RewriteCond %{REQUEST_FILENAME} -d

      RewriteRule ^.*$ - [NC,L]

      # MVC
      RewriteRule ^(?.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

      Comment

      • BirdOPrey5
        Senior Member
        • Jul 2008
        • 9613
        • 5.6.3

        #4
        To be honest I don't know if it will work or not, you could try copying those rules and putting them above all the other rewrite rules in the VB5 .htaccess file on a test site, it may work, it may not. Officially I can only confirm Basic, Standard, and Advanced Friendly URLs will redirect to VB5 URLs.

        Comment

        Related Topics

        Collapse

        Working...