The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Somehow it's still not working :/
|
#12
|
||||
|
||||
Where are you needing to put a path to your root folder like that?
|
#13
|
|||
|
|||
Quote:
I included mine now, still no change :/ |
#14
|
|||
|
|||
Anbieter
upload this to your forum root phpinfo.php and look for Code:
DOCUMENT_ROOT you will need this only for /core/include/config.php in config.php from the forum root look for Code:
$config['baseurl'] = for example Code:
http://www.domain.com/vb5demo Code:
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?routestring=$1 [L,QSA] #needed because admincp is an actual directory. RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA] </IfModule> # Use PHP 5.3 AddHandler application/x-httpd-php53 .php .php5 .php4 .php3 |
#15
|
|||
|
|||
Quote:
|
#16
|
|||
|
|||
have you ran the install script
core/install/install.php ? |
#17
|
||||
|
||||
Are you sure both config files are setup correctly, were you able to install the script.
Where exactly are you getting the error. Also this would probably be best asked at vb.com. |
#18
|
|||
|
|||
Quote:
I can't because i get the 500 Error :erm: |
#19
|
|||
|
|||
Quote:
what is your hosting platform ? Unix / windows / nginx ? |
#20
|
|||
|
|||
I'm using a Windows Server 2008
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|