0
Welcome Guest! Login
0 items Join Now

Config htaccess after move forum to forum folder

    • uzi's Avatar
    • uzi
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Config htaccess after move forum to forum folder

    Posted 15 years 2 months ago
    • Hi all,

      I want to add Joomla to my site (phpbb3), The Problem when i move my forum
      To forum folder all index link on Google will be broken.
      For example www.mysite.com/viewtopic.php?f=19&t=1225 need to redirect
      To www.mysite.com/ forum/viewtopic.php?f=19&t=1225

      What the best way to config htaccess?

      Regards,
      uzi
    • uzi's Avatar
    • uzi
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Re: Config htaccess after move forum to forum folder

    Posted 15 years 2 months ago
    • If someone have the same problem, this is what i do:
      RewriteRule ^(viewtopic|viewforum)\.php /forum/$0 [R=301,L]

      If needed can add more File to rule for example:
      RewriteRule ^(viewtopic|viewforum|search)\.php /forum/$0 [R=301,L]

Time to create page: 0.049 seconds