2013-10-03, 09:25 PM
(This post was last modified: 2013-10-03, 09:26 PM by i-Discover.)
Hi, i wanted to set my forum to auto redirect from /forum to forum.mysite.com
But when i put the .htacess code below, it breaks mybb search engine url friendly and i get 404 error. Could you please help solve this issue? Thanks
But when i put the .htacess code below, it breaks mybb search engine url friendly and i get 404 error. Could you please help solve this issue? Thanks
# redirect /forum to forum.
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://forum.mysite.com/$1 [R=301,L]