If it doesn't exist (it does not by default in vBulletin 4.x) you can create your own, it is a plain text file called .htaccess
Announcement
Collapse
No announcement yet.
URL Differences and Redirects
Collapse
X
-
.htaccess is either in your website root directory or your /forum/ directory. If it is in the forum root is affects all folders below it, if it is in /forum/ it affects /forum/ and any folders below that.
If it doesn't exist (it does not by default in vBulletin 4.x) you can create your own, it is a plain text file called .htaccess
-
I think that fixed it! I had to create my own file since one didn't exist already (like you said). I had to modify the code that apache recommended a little bit to make it work. here's what I ended up using....
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/forum [R=301,L]
Thanks for all the help!
Comment
Related Topics
Collapse
-
I am experiencing a log in issue with registered users (including my own account). They click on the Forum tab from our website and it takes them to the proper URL and the forum site appears perfectly....
-
Channel: Support Issues & Questions
Sat 31 Oct '15, 5:47pm -
-
by FlowerfairyI have recently installed vBulletin Connect, in the beginning this was working fine, but now I find I cannot log out from the forum at all, I have tried Firefox, Chrome and Edge and the same thing happens:...
-
Channel: Support Issues & Questions
Mon 18 Feb '19, 10:52am -
Comment