Quote:
Originally posted by Smoothie
STEP 4:
Open vbHome (lite) index.php file and change the default server path:
chdir('/wwwroot');
to your website full server path, for example:
chdir('/home/website/forum');
If you are not sure how to do this, create a file with the content:
<?php phpinfo(32); ?>
Save it as info.php and upload it onto your /forum folder.
When you open info.php in your browser, you will see there a list of environment options set as default by your host.
One of them is called:
_SERVER["PATH_TRANSLATED"]
That's what you are looking for. The path to your folder.
All you have to do now is copy that path onto your vbHome (lite) index.php file.
|
Thats exactly what I did, but I still get blank Pages. I guess it must have something to do with my domains, as I run my forum on a seperate sub-domain, which contains a seperate DB, and not in a folder on my main domain. Any Hints how to fix this?