webbouk
Well-known member
As it stands at the moment my forum files are hosted in a Windows Server which doesn't read .htaccess files, using web.config files instead, unless Rewrite rules are written directly into IIS
My question is how can I acheive this Rewrite rule:
RewriteRule ^forums/(.*)?$ /$1 [R=301,L]
In a format that is acceptable to a web.config file ?
What I am trying to achieve is to move the forum files into the root of my website but to maintain any previous links such as bookmarks, etc, that will continue to point to the present /forums/ directory
Thanks in advance
My question is how can I acheive this Rewrite rule:
RewriteRule ^forums/(.*)?$ /$1 [R=301,L]
In a format that is acceptable to a web.config file ?
What I am trying to achieve is to move the forum files into the root of my website but to maintain any previous links such as bookmarks, etc, that will continue to point to the present /forums/ directory
Thanks in advance