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 3.2.0 Patch Release for vB 3.8 vBSEO Total Support Team Launches DeskPro 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

vBSEO installation is doomed to failure in case of html-endings?

This is a discussion on vBSEO installation is doomed to failure in case of html-endings? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi vBSEO -Team and users, I want to install vBSEO on my forum, which uses *.html endings instead of *.php ...

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 09-05-2006, 06:57 AM
Member
Big Board Administrator
 
Real Name: Christian Schütt
Join Date: Jun 2006
Posts: 44
vBSEO installation is doomed to failure in case of html-endings?

Hi vBSEO-Team and users,

I want to install vBSEO on my forum, which uses *.html endings instead of *.php endings. Which settings do I have to change to run the installation on my board? Unfortunately the vBSEO script is encoded, so that I have no chance to change the endings used in the vBSEO scripts myself.

Thanks for any hint!

(BTW: I do not want to change my forum-endings to .php just because of vBSEO!)

Greetings,
Chriss
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 09-05-2006, 07:13 AM
Member
 
Real Name: Christian Schweitz
Join Date: Aug 2006
Posts: 38
Why not rename them to .php, and then have vBSEO rewrite them back to .html?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 09-05-2006, 07:28 AM
Member
Big Board Administrator
 
Real Name: Christian Schütt
Join Date: Jun 2006
Posts: 44
Quote:
Originally Posted by Wuushu View Post
Why not rename them to .php, and then have vBSEO rewrite them back to .html?
Because this would be very time-consuming. It is easy to change the endings in a script like the vBSEO-script via find/replace, but it costs much time to change all vb-Files incl. all templates. In my case it would be error-prone, because I includes many extern files (outside of the forum), which should not be rewrited by vBSEO. In this cases I cannot use find/replace and must differenciate between forum-files and my own extern files.

I hope the vBSEO-Team will have an other solution for me!

Greetings,
Chriss
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 09-05-2006, 10:01 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Hello Chriss,

we have implemented support for html package of vBulletin in vBSEO3.0.0RC4. You should manually modify your config_vbseo.php file:
FIND:
PHP Code:
    define('VBSEO_VB_EXT',             'php'); 
REPLACE WITH:
PHP Code:
    define('VBSEO_VB_EXT',             'html'); 
__________________
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 09-05-2006, 10:41 AM
Member
Big Board Administrator
 
Real Name: Christian Schütt
Join Date: Jun 2006
Posts: 44
Quote:
Originally Posted by Oleg Ignatiuk View Post
Hello Chriss,

we have implemented support for html package of vBulletin in vBSEO3.0.0RC4. You should manually modify your config_vbseo.php file:
Thanks a lot! That is, what I wanted to hear! I will try it!

I am lucky: new version with this possibility and nice offer on the occasion of the Labor Day Special.

Greetings from Germany,
Chriss

Last edited by Chriss; 09-05-2006 at 11:30 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 09-05-2006, 11:01 AM
Member
Big Board Administrator
 
Real Name: Christian Schütt
Join Date: Jun 2006
Posts: 44
Now, I could install vBSEO! In addition to the modifications of the File "config_vbseo.php" I had to modify the xml-File "crawlability_vbseo.xml", in which I replaced the php-Extensions with html-extensions.

Now, I will configure vBSEO and hope it will work!

Greetings,
Chriss
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 09-05-2006, 11:19 AM
Member
Big Board Administrator
 
Real Name: Christian Schütt
Join Date: Jun 2006
Posts: 44
Don't halloo till you're out of the wood!

No, it doesn't work. The file modcp/vbseo_moderate.php needs *.php-Files to include:

Warnung: main(...../includes/functions_databuild.php) [function.main]: failed to open stream: No such file or directory in /modcp/vbseo_moderate.php (Zeile 6)

Fatal error: main() [function.require]: Failed opening required '...../includes/functions_databuild.php' (include_path='.:/usr/local/lib/php') in ...../modcp/vbseo_moderate.php on line 6

What a bummer! When can I reckon a solution? In the candidate release? When will the candidate release be published?

Greetings,
Chriss
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 09-05-2006, 01:35 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Hello Chriss,

confirming the issue with moderation area (unfortunately, this new feature has not been fully tested yet)
/* NOTE: This issue has been resolved. The fix will be distributed with the next vBSEO build. */

Is everything else working correctly so far?
__________________
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
  #9  
Old 09-05-2006, 02:05 PM
Member
Big Board Administrator
 
Real Name: Christian Schütt
Join Date: Jun 2006
Posts: 44
Quote:
Originally Posted by Oleg Ignatiuk View Post
Is everything else working correctly so far?
I installed vBSEO without errors and didn't change anything, except the mentioned changes. When I open my forum, I get no errors, but no url is rewritten and the vBSEO Copright isn't shown, although I placed it in the footer template. How do I know, if the system works? Do I have to turn the system on? If yes, where?

How can I configure the system, without the features in the admicp?

Sorry, for all my questions, but after my impulse buying I've still not read a vBSEO guide yet.

Greetings,
Chriss
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 09-05-2006, 03:34 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Make sure that you installed vBSEO xml product file in vB admincp.
All vBSEO options are configured at http://yourforumsroot/vbseocp.php
__________________
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
  #11  
Old 09-05-2006, 06:11 PM
Member
Big Board Administrator
 
Real Name: Christian Schütt
Join Date: Jun 2006
Posts: 44
Quote:
Originally Posted by Oleg Ignatiuk View Post
Make sure that you installed vBSEO xml product file in vBulletin admincp.
All vBSEO options are configured at http://yourforumsroot/vbseocp.php
I installed the xml-File as product.

When I tried to access vbseocp.php, I got a error404. Therefore I deleted the .htaccess file. After that I could access vbseocp.php and could confgure vBSEO. After configuring I loaded up .htaccess again. But nothing happens!

Now, when I open my forum with "domain.com/testvb/" I get an error404. But "domain.com/testvb/index.html" works... No URLs are rewritten.

What could be the problem?

I tried to change .htaccess:
I replaced
PHP Code:
RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L
with
PHP Code:
RewriteRule ^(.*.html)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L
After this change, I get always a 404error and cannot open any forumsite anymore.

Greetings,
Chriss

Last edited by Chriss; 09-05-2006 at 06:30 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 09-05-2006, 06:57 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Hello Chriss,

please open a support ticket with ftp/admincp acces 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
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
vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature! Juan Muriente vBSEO Announcements 74 05-20-2006 10:29 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 09:39 PM.


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