Jump to content

URGENT! Root path on Yahoo!


ryan.od

Recommended Posts

I am developing a site that is hosted on Yahoo!

 

In order to set up my include path, I am doing the following. . .

 

ini_set('url_rewriter.tags','');
ini_set('session.use_trans_sid',false);

session_start();

$path = "";
set_include_path(get_include_path() . PATH_SEPARATOR . $path);

 

HOWEVER, it has just come to my attention that Yahoo! will NOT provide anyone with the path to the root folder???

 

Can anyone help me with this? Is there a way I can get this info or set up my include paths?

 

Thanks,

RyanOD

Link to comment
https://forums.phpfreaks.com/topic/70680-urgent-root-path-on-yahoo/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.