$CONF["path"] = "";
I can't get anything to work. The structure of my files is as supplied.
Can anyone give me a hint how to get it working
MLimburg: You must have a path! Click on the Comments link below for more info.
/home/username/html/
"C:/My Documents/Websites/Geeklog/"
how would I do it if it was for a hosted domain eg
/myurl/pathtoGL
This is the output I'm getting with what I'm doing ATM. It seems that there is an extra "/" in there
Warning: Failed opening '/home/myaccount/public_html/gl/public_html//../sessions.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/myaccount/public_html/gl/public_html/common.php on line 30
I'd love to get thing working, the future of it looks cool
http://www.sca.org.au
http://www.sca.org.au/innilgard/
$CONF['path'] = '/home/sca/html/innilgard/';
$CONF['base'] = 'http://www.sca.org.au/innilgard';
What I was doing was setting the path for GL as the public_html directory in the GL path, woops
My only last reaining problem is this error
Warning: Failed opening '/home/myaccount/public_html/new2//../sessions.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/myaccount/public_html/new2/public_html/common.php on line 30
Where should the sessions.php file go to have this work?
Your replies have been much appreciated, thank you
Eg My problem is that I want to set up a new discussion site in a folder on my main site. I have a domain name for it and my hosting company allows 5 pointed domains so I have requested that:
www.mynewsite.com be pointed to
www.myoriginalsite.com/mynewsite
This is also a subdomain and shows up as
www.mynewsite.myoriginalsite.com
The other way of doing it is detailed here but is not allowed by customers to do on my hosting company, but obviously if you have your own server or rights its no problem
http://support.cyberhostway.com/misc/htaccess.html
Hope this saves someone time