Quote:
Originally Posted by KevNJ
is it possible to have the htaccess file work from the root
like mysite.com/username ?
|
You could but the you would have to restrict usernames so that they can't choose ones which happen to be the same as any of you subdirectories: forums (if your forums are in /forums), gallery, etc...
The other problems you have to overcome:
The URL for the avatar and photo that get's called in the MEMBERINFO template is set as a relative URL so until you work out how to change that no avatars or photos will show.
All of the URLs called in the MEMBERINFO template are set as relative URLs so you would have to change them to be specific URLS (
http://domain.com/... instead of /... )