/
Make mod-rewrite url parser more intellectual
Make mod-rewrite url parser more intellectual
Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/879ba4b195cd2ec2#
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¶m2=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.
Related Tasks
Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.