php - How do I get this URL without considering the Apache settings? -
hello have url need php
http://www.domain.com/forum/#forum/general-discussions-0.htm the problem not real url, mask created .htaccess.
i need visible url , not real path of file, because need compare php variables have.
in fact real path this:
http://domain.com/modules/boonex/forum/index.php and in way totally useless me.
how first url is?
you can't http://www.domain.com/forum/#forum/general-discussions-0.htm. after fragment (#) not send server, there no way retrieve save delayed update javascript. you'll http://www.domain.com/forum/ send server, , on onload event of document can possibly load in javascript.
Comments
Post a Comment