Help for this page

Select Code to Download


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