You can leave .ornek/ out of the path like this: /home/conceptourneys/conceptourneys
And you did verify that the domain directory is conceptourneys and not conceptourneys.com? It will default to the full domain name, unless you changed it when you added the domain.
The default format would be /home/username/domainname.com.
Anyway... $page is not being assigned a value, as shown in this error:
Warning: include(.html) [function.include]: failed to open stream
I'd add some code to check that $page is being set, and if it's not, assign a default value.
Something like:
if(!isset($page)) { $page = 'whatever'; }If $page is pulling from a GET variable, then you'll need to change it to $_GET['page'] instead of $page.
If that's not the problem, then you should post the code where $page is getting assigned a value.
--------------------------------------------------------
Save up to $96 at Dreamhost with ALMOST97 promo code (I get $1). Or save $97 with THEFULL97.
|