2 Curverider, Sept 2006
\r
4 Relegates profiles to servername/username/profile and allows users to pick:
\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
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