# Check that your Apache virtualhost have this settings: # # AllowOverride All # Order allow,deny # Allow from all # RewriteEngine on RewriteRule ^([^/.]+)/?$ user.php?$1 [L] # This will transform # http://my.chamilo.net/juliomontoya to http://my.chamilo.net/user.php?juliomontoya