Our forum directory has been changed from /forum to root, and now old thread URLs are broken. Should that be fixed through .htaccess or is there a better way?
Announcement
Collapse
No announcement yet.
Moved forum directories - need to fix URLs
Collapse
X
-
Do you know which rules I should use? This is my current .htaccess
Code:RewriteEngine on ErrorDocument 404 /error/404.php ErrorDocument 403 /error/403.php rewritecond %{http_host} ^myforum.com [nc] rewriterule ^(.*)$ http://www.myforum.com/$1 [r=301,nc]
Last edited by JackieChun; Tue 18 Sep '12, 12:01pm.
Comment
Related Topics
Collapse
-
by LetzrideI've slowly been working on the site I bought and redid about a year ago - one annoying thing I am noticing is so many links within my forum to pages within my forum are broken. This issue is basically...
-
Channel: vB Cloud Support & Troubleshooting.
Wed 12 Dec '18, 5:23pm -
-
by imagerNow I have upgraded to vB5 from vB3 a previous landing page /forum/cmps-index.php (vBA CMPS CMS) no longer exists.
What is the best way to redirect requests to the old landing page to, say,...-
Channel: vBulletin 5 Installs & Upgrades
Mon 11 Nov '19, 7:11am -
Comment