Hardkap » Pritlog - Blogging made simple

[Pritlog-0.8] Quering string URL ?

(3 posts)
  1. Pame
    Member

    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 !

    Posted 9 months ago #
  2. Prit
    Pritlogger

    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?

    Posted 9 months ago #
  3. Pame
    Member

    at this time, no problem but to my mind ;-)) Quering string URL addresses are more beautiful

    Posted 9 months ago #

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.


RSS feed for this topic

Reply

You must log in to post.