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