vbulliten archive problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • portagemma
    Junior Member
    • Oct 2004
    • 2

    #1

    vbulliten archive problem

    Has anyone manage to get the vbulliten (v3.0.3) archive working?

    Some requirements that I have picked up at the vbullitem forums are:

    1. The archive needs Apache and PHP compiled as a module, not CGI.
    2. may need htaccess file with "AcceptPathInfo On" in it.
    3. and the above may need also:

    <Directory "/usr/local/apache/othersites/yourwebsite/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride AuthConfig FileInfo
    Order allow,deny
    Allow from all
    </Directory>

    At the moment I do not know which way to look.

    Does anyone know if php is a apache module or running as cgi?

    Plus when I place the htaccess file with "AcceptPathInfo On" I get a Error 500: Internal Server Error


    Any help appreciated.
  • Klaassh
    Member
    • Mar 2004
    • 62

    #2
    PHP is running as CGI here
    A good friend will bail you out of jail
    But your best friend will be sitting next to you,
    saying "That was awesome!"

    Comment

    • portagemma
      Junior Member
      • Oct 2004
      • 2

      #3
      Fix found

      Yes, worked that out going over the vbulliten forum (again).

      Found the fix (in english) here: http://www.vbulletin.com/forum/showp...2&postcount=43

      Just finished installing and it worked perfectly.

      Thanks.

      Comment

      Working...