Is it possible to replace Path info URL
http://.../pritlog/index.php/viewEntry/00001/myHome
by Quering string URL, like this...
http://.../pritlog/index.php?viewEntry/00001/myHome
Path info URL's are not supported by *all* host !
Is it possible to replace Path info URL
http://.../pritlog/index.php/viewEntry/00001/myHome
by Quering string URL, like this...
http://.../pritlog/index.php?viewEntry/00001/myHome
Path info URL's are not supported by *all* host !
Pritlog checks all these variables to get the path/query string:
PATH_INFO
PHP_SELF
QUERY_STRING
ORIG_PATH_INFO
SCRIPT_NAME (with appended path)
REQUEST_URI
You can find this logic near the top of the code. In all the hosts tested so far, it has always been able to locate the correct query string. Did you have any problems with your host?
at this time, no problem but to my mind ;-)) Quering string URL addresses are more beautiful
Important: If you want to be notified for any new post on this thread/topic, please go to your profile, activate favorite notification and then subscribe to this topic.
You must log in to post.