determing real url on virtual host
say i have two domain names - adomain.com and anotherdomain.com.
adomain.com's base directory is the same as
anotherdomain.com/~adomain/. if i were running a php script on
adomain.com, how might i determe the real path of that php script (ie.
not the virtual path)?
|