|
Revision 21, 1.0 kB
(checked in by admin, 18 years ago)
|
|
|
| Line | |
|---|
| 1 | URI.Munge |
|---|
| 2 | TYPE: string/null |
|---|
| 3 | VERSION: 1.3.0 |
|---|
| 4 | DEFAULT: NULL |
|---|
| 5 | --DESCRIPTION-- |
|---|
| 6 | |
|---|
| 7 | <p> |
|---|
| 8 | Munges all browsable (usually http, https and ftp) |
|---|
| 9 | absolute URI's into another URI, usually a URI redirection service. |
|---|
| 10 | This directive accepts a URI, formatted with a <code>%s</code> where |
|---|
| 11 | the url-encoded original URI should be inserted (sample: |
|---|
| 12 | <code>http://www.google.com/url?q=%s</code>). |
|---|
| 13 | </p> |
|---|
| 14 | <p> |
|---|
| 15 | Uses for this directive: |
|---|
| 16 | </p> |
|---|
| 17 | <ul> |
|---|
| 18 | <li> |
|---|
| 19 | Prevent PageRank leaks, while being fairly transparent |
|---|
| 20 | to users (you may also want to add some client side JavaScript to |
|---|
| 21 | override the text in the statusbar). <strong>Notice</strong>: |
|---|
| 22 | Many security experts believe that this form of protection does |
|---|
| 23 | not deter spam-bots. |
|---|
| 24 | </li> |
|---|
| 25 | <li> |
|---|
| 26 | Redirect users to a splash page telling them they are leaving your |
|---|
| 27 | website. While this is poor usability practice, it is often |
|---|
| 28 | mandated |
|---|
| 29 | in corporate environments. |
|---|
| 30 | </li> |
|---|
| 31 | </ul> |
|---|