Hello,
How can I know using PHP what Uri was actually served when I goto
http://localhost/ (or anyother website).
For example in .Net, HttpWebResponse class has one key property -
ResponseUri - that returns the final Uri that was read; for example,
if we tried to access http://localhost/ then the
HttpWebResponse Instance.Respon seUri would be
http://localhost/index.html (if index.html is the default page) and
NOT just http://localhost/.
I hope you understand my question. Appreciate all your help.
Thanks, Subhash
How can I know using PHP what Uri was actually served when I goto
http://localhost/ (or anyother website).
For example in .Net, HttpWebResponse class has one key property -
ResponseUri - that returns the final Uri that was read; for example,
if we tried to access http://localhost/ then the
HttpWebResponse Instance.Respon seUri would be
http://localhost/index.html (if index.html is the default page) and
NOT just http://localhost/.
I hope you understand my question. Appreciate all your help.
Thanks, Subhash
Comment