vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Directories don't work with vbSEO...

This is a discussion on Directories don't work with vbSEO... within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I am trying a test a forum with vb 3.5 in a sub directory of my current forum. I need ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Bug Reporting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-03-2005, 02:04 AM
Junior Member
 
Join Date: Aug 2005
Posts: 12
Directories don't work with vbSEO...

I am trying a test a forum with vb 3.5 in a sub directory of my current forum. I need to do this to test that the styles work with it OK.

The only problem is, when I try visit the test forum, it takes me back saying:

No Forum specified. If you followed a valid link, please notify the webmaster

How do I fix this? The directory is /dev/testvb/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 10-03-2005, 04:47 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,432
Blog Entries: 1
Re: Directories don't work with vbSEO...

Hi,

please make sure that the vbroot setting in admincp has a full path (including "dev/") since all links are calculated relative to vbroot.
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 10-03-2005, 05:05 AM
Junior Member
 
Join Date: Aug 2005
Posts: 12
Re: Directories don't work with vbSEO...

The vbseo install is currently on a 3.0.9 installation in the root directory...

I'm trying to install a 3.5.0 installtion in the dev folder because I need to test it with my style.

So I'm guessing I need to modify the .htaccess file. I tried but it didnt work... I'm guessing your instruction is for 3.5.0 when I need it for 3.0.9

Any idas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 10-03-2005, 07:58 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,432
Blog Entries: 1
Re: Directories don't work with vbSEO...

Basically, doing all the steps from the installation instructions should work fine (copy all files [including .htaccess] to dev/ folder and add vbseo plugin to vB3.5.0).
If it doesn't, please PM me the url
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 10-03-2005, 09:24 PM
Junior Member
 
Join Date: Aug 2005
Posts: 12
Re: Directories don't work with vbSEO...

You still don't understand. Let me try to explain again.

Please forget everything I told you before and I will start again:

My forum is located at with vbseo installed on it: http://www.webmaster-forums101.com/

I want to create a directory on my forum:
http://www.webmaster-forums101.com/dev/testvb/

But if you click that link above, it takes you back to: http://www.webmaster-forums101.com/401.php/

So basically, the .htaccess is stuffing me up... I tried making this my .htaccess file:

RewriteCond %{REQUEST_FILENAME} !dev/testvb/
RewriteCond %{REQUEST_FILENAME} !admincp/
RewriteCond %{REQUEST_FILENAME} !modcp/
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]


Any ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 10-03-2005, 10:58 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,432
Blog Entries: 1
Re: Directories don't work with vbSEO...

It seems like you have a redirection to 401.php somewhere, please check ALL rewrite rules that you have included in .htaccess and httpd.conf.
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 10-03-2005, 11:16 PM
Junior Member
 
Join Date: Aug 2005
Posts: 12
Re: Directories don't work with vbSEO...

But why would it be giving me a 404 when the page exists?

This page exists: http://www.webmaster-forums101.com/dev/testvb/test.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 10-03-2005, 11:21 PM
Junior Member
 
Join Date: Aug 2005
Posts: 12
Re: Directories don't work with vbSEO...

Nevermind... There is somethign wrong with the .htaccess... I'll contact my web host. Thanks mate!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 10-04-2005, 06:24 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,432
Blog Entries: 1
Re: Directories don't work with vbSEO...

Quote:
But why would it be giving me a 404 when the page exists?
That's why I guessed there are some other rewrite rules besides vBSEOs

Quote:
Nevermind... There is somethign wrong with the .htaccess... I'll contact my web host. Thanks mate!
You are welcome
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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
vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature! Juan Muriente vBSEO Announcements 74 05-20-2006 10:29 PM
Directories don't work with vbSEO... continuation Mr. Tech Bug Reporting 3 10-09-2005 02:11 PM
vBSEO 2.0 RC7 Released Juan Muriente vBSEO Announcements 17 09-09-2005 12:00 AM


All times are GMT -4. The time now is 02:31 PM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.