|
RewriteEngine on
# if you are going to place this in your website's root directory
RewriteRule launch/index\.php?option=com_simpleboard&Itemid=6 launch/forum/ [R=301,L]
# if you are going to place this in "launch" directory
RewriteRule index\.php?option=com_simpleboard&Itemid=6 forum/ [R=301,L]
|