The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What exactly do I put in my .htaccess to make it redirect my homepage AND my forums to WWW?
Quote:
|
#2
|
|||
|
|||
![]()
Try this:
Quote:
|
#3
|
|||
|
|||
![]()
It still only redirects the homepage. Do I need a second .htaccess in my /forums/ directory?
|
#4
|
|||
|
|||
![]()
Called a permanent 301 redirect. Here's what you need:
RewriteEngine On RewriteCond %{HTTP_HOST} ^YourSite\.com [nc] RewriteRule (.*) http://www.YourSite.com/$1 [R=301,L] |
#5
|
|||
|
|||
![]()
Do I need that .htaccess in my root and my forum? I have it in my root, but it still doesn't redirect gamerzrevolution.com/forums/.
|
#6
|
|||
|
|||
![]()
Am I understanding you correctly here? The above that I posted will redirect all non www. urls on your site to www. If you need something else, then please let me know exactly what you're trying to achieve.
|
#7
|
|||
|
|||
![]()
I already placed that in my .htaccess, which is inside my public_html directory. My forums are located in my public_html/forums/ directory. It only redirects gamerzrevolution.com to www.gamerzrevolution.com. It does not work on gamerzrevolution.com/forums/.
Edit: I had a previous .htaccess located inside my forums directory, which was causing it to not work. |
#8
|
|||
|
|||
![]()
I've just browsed your forums and all threads have www. in the url. What's the problem?
|
#9
|
|||
|
|||
![]()
Read my previous post
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|