My website users have a profiles. I want other users to access their profiles by specific url like:
www.mysite.com/username
Users can also access a specific parts in the user profile like that
www.mysite.com/username/albums/album1
How can i do this?
|
Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
In the code of "www.mysite.com/username" put this javascript code:
Other ways of redirecting can be found at: |
|||||
|