Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

  • No labels