Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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&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.

Related Tasks

Jira Legacy
serverIn-Portal Issue Tracker
keyINP-

Best Regards,
http://www.in-portal.com
http://www.alex-time.com
1048

Jira Legacy
serverIn-Portal Issue Tracker
keyINP-1087