User Tools

Site Tools


en:public:developer:template_system:tags:url:url

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:public:developer:template_system:tags:url:url [2013/03/04 19:27]
admin
en:public:developer:template_system:tags:url:url [2013/03/06 00:31] (current)
admin [Parameters]
Line 25: Line 25:
 | <html><span style="color:#008000">Property_Kind</span></html>         | | ID of the property kind label to place in the url | | <html><span style="color:#008000">Property_Kind</span></html>         | | ID of the property kind label to place in the url |
 | <html><span style="color:#008000">AddHTTPQuery</span></html>          | | Include in the result url the current HTTP Get/post Params | | <html><span style="color:#008000">AddHTTPQuery</span></html>          | | Include in the result url the current HTTP Get/post Params |
-| <html><span style="color:#008000">Regex_groups</span></html>          | | When url contain regex groups (like for exemple /path/(?<groupname>.*).php) then you can use Regex_groups to replace the regex expression. ex for /path/(?<scriptname>.*).php if you gave Regex_groups="scriptname=MyScript" then the outputing url will be /path/MyScript.php. you can gave several groupname=value by separating them with the tab ascii(9) character   |+| <html><span style="color:#008000">Canonical</span></html>             | | Return the canonical url (use **CanonicalHttpQueryParams** in [[en:public:developer:template_system:cfgpages]] to define with http query parameters to include/exclure from the canonical url) | 
 +| <html><span style="color:#008000">Regex_groups</span></html>          | | When url contain regex groups (like for exemple /path/(?<groupname>.*).php) then you can use Regex_groups to replace the regex expression. ex for /path/(?<scriptname>.*).php if you gave Regex_groups="scriptname=MyScript" then the outputing url will be /path/MyScript.php. You can specify several groupname=value by separating them with the ';' character   |
 ==== urlresources configuration ==== ==== urlresources configuration ====
    
en/public/developer/template_system/tags/url/url.1362410844.txt.gz · Last modified: 2013/03/04 19:27 by admin