Simple status box for the sidebar.
[elgg_plugins.git] / forwarder / README.TXT
blobc354888de1651f33a59edf1bc99224a8e89c3370
1 Forwarder\r
2 Curverider, Sept 2006\r
3 \r
4 Relegates profiles to servername/username/profile and allows users to pick:\r
5 \r
6 (1) which is their default landing page (out of profile, weblog, etc)\r
7 (2) A shortcut name of servername/~shortcut which leads to (1)\r
8 \r
9 Some extra / amended .htaccess rules are required:\r
11 RewriteRule ^([A-Za-z0-9]+)(\/)?$ mod/forwarder/landing.php?profile_name=$1\r
12 RewriteRule ^home\/([A-Za-z0-9]+)(\/)?$ mod/forwarder/friendly.php?profile_name=$1\r
14 RewriteRule ^([A-Za-z0-9]+)\/profile(\/)?$ profile/index.php?profile_name=$1