vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders 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

Only index shown the other pages woth errors

This is a discussion on Only index shown the other pages woth errors within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi everyone I'm new to VBSEO I just bought it for my forum. I've made the test and then I've ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 12-29-2006, 06:45 PM
Junior Member
 
Real Name: alek
Join Date: Dec 2006
Posts: 11
Only index shown the other pages with errors, htaccess problem?

Hi everyone I'm new to VBSEO I just bought it for my forum.
I've made the test and then I've install ioncube. I had some problems at first time but I solved all except this one: I can see only index page all other pages arr with errors. I've upload my htaccess file from webmin and all the others from dreamweaver.

can anyone help me?

Last edited by dpcgamers; 12-29-2006 at 07:33 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 12-29-2006, 08:14 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,616
Hello Alek,

which errors do you get? Please make sure that your server supports mod_rewrite.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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!Share on Facebook!
Reply With Quote
  #3  
Old 12-29-2006, 08:32 PM
Junior Member
 
Real Name: alek
Join Date: Dec 2006
Posts: 11
I got a dedicated server just for my homepage.
This is an error message for example:
The requested URL /frankenstein-clevo-d900t-clevo-d900k/46-problema-connessione-la-wifi-modulo-esterno.html was not found on this server.

I didn't edit the .htacess file is ok right?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 12-29-2006, 08:37 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,616
Please check with your hosting support that mod_rewrite is enabled and rewrite directives are allowed in .htaccess.

Quote:
I didn't edit the .htacess file is ok right?
Yes, normally you can use default .htaccess.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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!Share on Facebook!
Reply With Quote
  #5  
Old 12-29-2006, 09:01 PM
Junior Member
 
Real Name: alek
Join Date: Dec 2006
Posts: 11
Quote:
Originally Posted by Oleg Ignatiuk View Post
Please check with your hosting support that mod_rewrite is enabled and rewrite directives are allowed in .htaccess.

Yes, normally you can use default .htaccess.
You mean on my httpd.conf file?
Yeah is in my phpinfo

But I have to edit the htaccess file on this part maybe?:

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

no?

Last edited by dpcgamers; 12-29-2006 at 09:14 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 12-29-2006, 10:08 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,616
These are optional directives, please try to enable RewriteBase line in .htaccess.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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!Share on Facebook!
Reply With Quote
  #7  
Old 12-30-2006, 04:30 AM
Junior Member
 
Real Name: alek
Join Date: Dec 2006
Posts: 11
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vBulletin folder (i.e. RewriteBase /forums)
RewriteBase /forum

RewriteCond %{HTTP_HOST} !^www\.dpcgamers\.com
RewriteRule (.*) http://www.dpcgamers.com/forum_it/$1 [L,R=301]

like this is correct?

on my server I got the root of the forum like this:
/var/www/html/forum so I got to put /forum right?

Then I got an alias on my url to put the forum like this:
DPC GAMERS.COM Community forum

It doesn't work

Last edited by dpcgamers; 12-30-2006 at 07:18 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 12-30-2006, 04:33 AM
Junior Member
 
Real Name: alek
Join Date: Dec 2006
Posts: 11
I've used Ipswitch ftp to upload files in binary mode now. Everything works (control panel, etc) except this mod rewrite rules. I have to change the htaccess in some way?

Last edited by dpcgamers; 12-30-2006 at 07:16 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 12-30-2006, 07:40 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,616
Please try this directive:
Code:
RewriteBase /forum_it/
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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!Share on Facebook!
Reply With Quote
  #10  
Old 12-30-2006, 03:27 PM
Junior Member
 
Real Name: alek
Join Date: Dec 2006
Posts: 11
I've tried this:
RewriteBase /forum_it/
#RewriteCond %{HTTP_HOST} !^www\.dpcgamers\.com
#RewriteRule (.*) http://www.dpcgamers.com/forum_it/$1 [L,R=301]

and this:
RewriteBase /forum_it/
RewriteCond %{HTTP_HOST} !^www\.dpcgamers\.com
RewriteRule (.*) http://www.dpcgamers.com/forum_it/$1 [L,R=301]


still same error, the "forum_it" is just and alias.
Any ideas? I can't keep too much the forum offline
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 12-30-2006, 03: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,616
Please open a support ticket with ftp access for troubleshooting.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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!Share on Facebook!
Reply With Quote
  #12  
Old 12-30-2006, 04:13 PM
Junior Member
 
Real Name: alek
Join Date: Dec 2006
Posts: 11
Done
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
Sitemap alırken hata alıyorum :( erhanerhan_5 Türkçe 9 11-15-2006 09:44 AM
i think something is wrong.... briansol General Discussion 3 08-20-2006 07:10 PM
Seiten im google Index, gibts eine Faustformel? fade Deutsch 8 08-15-2006 05:10 AM
Compression Error Lazer Troubleshooting 19 03-03-2006 02:23 PM
only able to view 1/3 of vbseo config area mindhunter77 Troubleshooting 5 01-31-2006 05:46 PM


All times are GMT -4. The time now is 09:54 PM.


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