My main directory contains:
- john (folder)
- jane (folder)
- james (folder)
- config.php
- index.php
I would like to reorganize them into:
- user (folder)
- config.php
- index.php
WHERE the folder "user" contains:
- john (folder)
- jane (folder)
- james (folder)
BUT keeping john's URL as www.mydomain.com/john
AND NOT www.mydomain.com/user/john
Which web-server do you currently use.
If Apache => use Rewrite URL http://httpd.apache.org/docs/2.0/misc/rewriteguide.html