Results 1 to 12 of 12

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 ...

  1. #1
    Member
    Real Name
    Christian Schütt
    Join Date
    Jun 2006
    Posts
    44
    Liked
    0 times

    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

  2. #2
    Member
    Real Name
    Christian Schweitz
    Join Date
    Aug 2006
    Posts
    38
    Liked
    0 times
    Why not rename them to .php, and then have vBSEO rewrite them back to .html?

  3. #3
    Member
    Real Name
    Christian Schütt
    Join Date
    Jun 2006
    Posts
    44
    Liked
    0 times
    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

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    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'); 

  5. #5
    Member
    Real Name
    Christian Schütt
    Join Date
    Jun 2006
    Posts
    44
    Liked
    0 times
    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 10:30 AM.

  6. #6
    Member
    Real Name
    Christian Schütt
    Join Date
    Jun 2006
    Posts
    44
    Liked
    0 times
    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

  7. #7
    Member
    Real Name
    Christian Schütt
    Join Date
    Jun 2006
    Posts
    44
    Liked
    0 times
    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

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    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?

  9. #9
    Member
    Real Name
    Christian Schütt
    Join Date
    Jun 2006
    Posts
    44
    Liked
    0 times
    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

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Make sure that you installed vBSEO xml product file in vB admincp.
    All vBSEO options are configured at http://yourforumsroot/vbseocp.php

  11. #11
    Member
    Real Name
    Christian Schütt
    Join Date
    Jun 2006
    Posts
    44
    Liked
    0 times
    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 05:30 PM.

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Chriss,

    please open a support ticket with ftp/admincp acces for troubleshooting.

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •