Quote:
Originally Posted by SoloX
I notice u say spaw dir is /spaw/
its not under the root dir if i am reading your config files properly.
Put your entire spaw dir in root and change the include line.
OR
change the spaw dir accoring to the proper relative url
|
But I cannot change
$spaw_dir = '/spaw/';
to $spaw_dir = 'c:/program files/wamp/www/forum/admincp/spaw/';
based on the code here :
https://vborg.vbsupport.ru/showpost....9&postcount=53
Since :
$spaw_root = 'c:/program files/wamp/www/forum/admincp'.$spaw_dir;
Changing it would make $spaw_root
'c:/program files/wamp/www/forum/admincp'.'c:/program files/wamp/www/forum/admincp/spaw/'