vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now!
vBSEO 2.0 Style Released vBSEO 3.3.0 GOLD Launched vBSEO's "LiveStats" for Google Analytics vB Sitemap Generator, Version 2.5 Success with vBSEO = 600ore Web Visitors + $1400 in a Day!

Blog

This is a discussion on Blog within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi, I've installed a WordPress blog, and it's in a directory /blog. Now, when I got to mysite.com/blog, the www ...

Go Back   vBulletin SEO Forums > vBulletin SEO Discussion > General Discussion

Enhancing 80 million pages.

  #1  
Old 03-27-2008, 11:54 AM
Jason_A's Avatar
Senior Member
 
Real Name: Jason Abbot
Join Date: Feb 2008
Location: USA
Posts: 278
Blog Entries: 1
Blog

Hi,

I've installed a WordPress blog, and it's in a directory /blog. Now, when I got to mysite.com/blog, the www never shows. I'd like to have www. show at all times, any of you know what I need to do?

I tried this in the index.php file, which works for my forums, but not my blog:

Code:
header('Location: http://www.mysite.org/blog');
Regards Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 03-27-2008, 11:58 AM
Senior Member
vBSEO Pre-Release TeamBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,319
You need to add lines to the .htaccess file in the Blog directory, just like the ones in your root .htaccess. (adding the /blog to the redirected url, of course. )

Details here: 301 Redirecting Domains
__________________
My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 03-27-2008, 12:04 PM
Jason_A's Avatar
Senior Member
 
Real Name: Jason Abbot
Join Date: Feb 2008
Location: USA
Posts: 278
Blog Entries: 1
Yes, I created a .htaccess file with the following inside:

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.techsupportteam\.org
RewriteRule (.*) http://www.techsupportteam.org/blog/$1 [R=301,L]
I then uploaded it to my blog directory, but I then get the following:
Quote:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Also tried:

Code:
RewriteCond %{HTTP_HOST} !^www\.techsupportteam\.org
RewriteRule (.*) http://www.techsupportteam.org/blog/$1 [R=301,L]
Regards Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 03-27-2008, 12:06 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 23,637
What is your blog URL as defined in Wordpress options?
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO Styles: Version 1.0 PRO For Everyone Version 2.0 For vBSEO Customers

vBSEO 3.3.0 Gold Released with New "Virtual HTML Display" Feature Available for Download Now

6X Traffic - $1400 in One Day with vBSEO! Max Out Your SEO

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 03-27-2008, 12:10 PM
Jason_A's Avatar
Senior Member
 
Real Name: Jason Abbot
Join Date: Feb 2008
Location: USA
Posts: 278
Blog Entries: 1
I've done it now, thanks Oleg. I just had to add www in my wordpress options LOL.

Your help is much appreciated!

Regards Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 03-27-2008, 12:15 PM
Jason_A's Avatar
Senior Member
 
Real Name: Jason Abbot
Join Date: Feb 2008
Location: USA
Posts: 278
Blog Entries: 1
I have one more question. I want to create some pages, that go to another url, such as my forums. However, it doesn't give me the option to input the url -- yet I've seen it done...any ideas how to do this?

Also, how do I get my favicon show?

Regards Jason

Last edited by Jason_A; 03-27-2008 at 12:42 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 03-27-2008, 01:49 PM
Jason_A's Avatar
Senior Member
 
Real Name: Jason Abbot
Join Date: Feb 2008
Location: USA
Posts: 278
Blog Entries: 1
Anyone?

Regards Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 03-27-2008, 02:02 PM
briansol's Avatar
Senior Member
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 7,090
Quote:
Originally Posted by Jason Amison View Post
I have one more question. I want to create some pages, that go to another url, such as my forums. However, it doesn't give me the option to input the url -- yet I've seen it done...any ideas how to do this?
not sure what you're asking here...

Quote:
Also, how do I get my favicon show?
add
<link rel="shortcut icon" href="/favicon.ico" />

in the head
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 03-27-2008, 02:13 PM
Jason_A's Avatar
Senior Member
 
Real Name: Jason Abbot
Join Date: Feb 2008
Location: USA
Posts: 278
Blog Entries: 1
For the links; take a look at my blog: Tech Support Team You see where it says home? Well, I want to put a forums tab ect.. there and it redirects them to the forums.

I added:
<link rel="shortcut icon" href="/favicon.ico" /> in the head, but it still doesn't show -- works for my forums, though.

Regards Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 03-27-2008, 02:51 PM
Jason_A's Avatar
Senior Member
 
Real Name: Jason Abbot
Join Date: Feb 2008
Location: USA
Posts: 278
Blog Entries: 1
And to add, I've put WordPress in a seperate database -- is that ok, or is it best having it in the same as my forums?

Regards Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 03-27-2008, 04:30 PM
briansol's Avatar
Senior Member
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 7,090
database doesn't matter, so long as you don't ever want to do a query in a word press plugin to pull forum info, and vice versa. it CAN be done, but its a lot more complex than a simple join.

As for the link... you'll have to modify the template and put one in there.

Most likely, there's a loop for 'page' while have_page($before='<li>' . . . . ) {} or something like that.
just hard code a link to your forums after that while loop in a list.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 03-27-2008, 04:32 PM
goddess_dix's Avatar
Member
 
Real Name: Dixie Vogel
Join Date: Apr 2007
Location: KS
Posts: 44
Blog Entries: 8
i wouldn't put them in the same database, personally.

for help adding a tab, look to where you got the wordpress theme.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 03-27-2008, 05:09 PM
Jason_A's Avatar
Senior Member
 
Real Name: Jason Abbot
Join Date: Feb 2008
Location: USA
Posts: 278
Blog Entries: 1
Ok, thanks. Any ideas why the favicon isn't working?

Regards Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Wordpress blog or vB/vBSEO blog? Kwak General Discussion 6 12-11-2007 02:39 PM
UTF-8 im Blog Hoffi Deutsch 2 12-08-2007 10:43 AM
Why is blog.php.... Itworx4me URL Rewrite Settings 8 12-01-2007 09:55 AM
Blog Categories - Blog Not Found NeutralizeR Troubleshooting 1 11-30-2007 11:26 AM
Blog SEO briansol Member Articles 2 07-15-2006 06:54 PM


All times are GMT -4. The time now is 10:31 AM.


Powered by vBulletin Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.