Shipside
Member
Some very old imported threads link to a nonworking url string for threads.
domain.com/forum/
now
domain.com (no /forum/ subdirectory as the forum is now in root)
What should I add to .htaccess to amend this?
RewriteCond %{HTTP_HOST} domain.com/forum/$
RewriteRule ^(.*)$ http://domain.com$1 [R=301,L]
Is this incorrect?
domain.com/forum/
now
domain.com (no /forum/ subdirectory as the forum is now in root)
What should I add to .htaccess to amend this?
RewriteCond %{HTTP_HOST} domain.com/forum/$
RewriteRule ^(.*)$ http://domain.com$1 [R=301,L]
Is this incorrect?