Hi,
I'm having this kind of problem:
When you enter
"http://www.mydomain.com/user1/"
OR
"http://www.mydomain.com/user1"
*Note: public_html/user1/ does not exists that's why I need to redirect them to this
"http://www.mydomain.com/folder/user1/"
Likewise with user2,user3,..., userx
---------------
Is there a way to fix this using .htaccess? thanks!