- or download this
<Location /profile>
SetHandler perl-script
PerlResponseHandler WEBCORE::Control::Profile->run
</Location>
- or download this
RewriteEngine On
RewriteRule ^/(.*)$ /profile?f_id=$1 [R,L]
- or download this
RewriteEngine On
RewriteRule ^/u/(.*)$ /profile?f_id=$1 [R,L]