Uploaded image for project: 'In-Portal CMS'
  1. In-Portal CMS
  2. INP-1048

Teach Mod-Rewrite URL Parser how to parse complete url (with domain and query string)

    XMLWordPrintable

    Details

    • Type: Feature Request
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.2.0-B3
    • Fix Version/s: 5.2.0-RC1
    • Component/s: Front End
    • Labels:
      None

      Description

      Currently mod-rewrite parser is semi-intelligent, since it only parses url part between / and .html, e.g. "my/custom/url".

      I'm proposing for him to be able to parse whole url in format http://www.website.tld/sub-folder/my/custom/url.html?param1=value1&param2=value2.

      This could be done pretty easy using parse_str (query string parsing) and parse_url (to separate query string from main url) functions.

      With this improvements mod-rewrite class can parse any url and not only it's part.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                alex Alex
                Reporter:
                dmitry Dmitry Andrejev [Intechnic]
                Developer:
                Alex
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: