Differences
This shows you the differences between the selected revisions of the page.
| 2006-07-11 | 2006-07-11 | ||
| reorganize the last addition (martin) | typo (martin) | ||
| Line 40: | Line 40: | ||
| * If you do mapping like above, i.e. for server containing multiple user's homepages, you can make it universal by replacing ''user'' with ''%%'`whoami`'%%''. | * If you do mapping like above, i.e. for server containing multiple user's homepages, you can make it universal by replacing ''user'' with ''%%'`whoami`'%%''. | ||
| - | Another example using shell comand only, in case PHP is unavailable. | + | Another example using shell commands only, in case PHP is unavailable. |
| <code>echo 'http://www.example.com'`pwd`'!' | sed s#home/lgtngstk/public_html#~user#</code> | <code>echo 'http://www.example.com'`pwd`'!' | sed s#home/lgtngstk/public_html#~user#</code> | ||