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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -