Changed the url structure, how to redirect old urls to new ones?

Discussion in 'Apache' started by web_master, Oct 20, 2009.

  1. #1
    I have changed my smf forum's url structure and now i would like to redirect old urls to new ones, how can i do that via 301 htaccess redirect?

    thank you
     
    web_master, Oct 20, 2009 IP
  2. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #2
    just write a php script and queries your database and redirects to new urls

    1. Use mod-rewrite .htaccess to direct old url requests to php script
    2. PHP script queries database and just redirects using

     
    olddocks, Oct 20, 2009 IP