RewriteEngine on
RewriteCond %{REQUEST_URI} !^/forums [NC]
RewriteRule ^(.*)$ http://superiorservers.co/forums/$1 [R=301,L]
I am trying to redirect www.SuperiorServers.co and SuperiorServers.co to SuperiorServers.co/forums The problem I am having is I still want to be able to access other sub folders such as SuperiorServers.co/sup but with what I have it redirects all URLs to /forums
Are you sure that you need all URLs converted from xxx to /forums/xxx ? If not, then it would be best to just redirect the root of the site.
I wouldn't expect you to need the full conversion unless you previously ran the forums from the bare domain, and your users have old bookmarks that you wish to retain.
Thats what I'm trying to say all I want is www.SuperiorServers.co and SuperiorServers.co to direct to SuperiorServers.co/forums but what I have directs everything to /forums