You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
346 B
17 lines
346 B
15 years ago
|
# Check that your Apache virtualhost have this settings:
|
||
|
|
||
|
#<Directory "/var/www/chamilo-classic">
|
||
|
# AllowOverride All
|
||
|
# Order allow,deny
|
||
|
# Allow from all
|
||
|
#</Directory>
|
||
|
|
||
|
|
||
|
|
||
|
RewriteEngine on
|
||
|
RewriteRule ^([^/.]+)/?$ user.php?$1 [L]
|
||
|
|
||
|
|
||
|
|
||
|
# This will transform
|
||
|
# http://my.chamilo.net/juliomontoya to http://my.chamilo.net/user.php?juliomontoya
|