I'm trying to create url like domain.com/user1/ someone helped with .htaccess file and I get this: Options +Indexes Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)/(.*)/$ list_details.php?name=$2&id=$1 [L] it makes the url like this: domain.com/1/FIRSTNAME LASTNAME I want to create domain.com/FirstInitialLastname also how can we make sure some folders are kept I mean I have /imaages/ forum etc folder on root. thanks for your help