Ever wanted to use the next url?
It would be better than yourdomain.com/pg/profile/username.
You can make it happen by editing your .htaccess file.
At the bottom of the file you find the <IfModule mod_rewrite.c> section.
Add at the end of this section the next line
RewriteRule ^([A-Za-z0-9\_\-]+)$ http://%{HTTP_HOST}/pg/profile/$1 [R]
Now you can access your profile with a short url
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.