htaccess 346 B

1234567891011121314151617
  1. # Check that your Apache virtualhost have this settings:
  2. #<Directory "/var/www/chamilo-classic">
  3. # AllowOverride All
  4. # Order allow,deny
  5. # Allow from all
  6. #</Directory>
  7. RewriteEngine on
  8. RewriteRule ^([^/.]+)/?$ user.php?$1 [L]
  9. # This will transform
  10. # http://my.chamilo.net/juliomontoya to http://my.chamilo.net/user.php?juliomontoya