Hi Guys,
I setup a board initially at the root www.myboard.com then realized i had to move it to www.myboard.com/forum and it works fine with the simple www.myboard.com/index.html and redirects it. I tried multiple rules but doesn't redirect, can someone help me with the rewrite rule using .htaccess?. Thanks.
I setup a board initially at the root www.myboard.com then realized i had to move it to www.myboard.com/forum and it works fine with the simple www.myboard.com/index.html and redirects it. I tried multiple rules but doesn't redirect, can someone help me with the rewrite rule using .htaccess?. Thanks.
Code:
<meta http-equiv="refresh" content="0; url='https://myboard.com/forum/front.php'" />
Code:
RewriteRule ^$ /forum/front.php
Statistics: Posted by dextrous — Fri Mar 08, 2024 7:55 pm