Let's say my domain is www.example.com
. if I type in example.com it goes to www.example.com - which is fine.
But the problem is if I type in example.com/jamie/ it still goes to www.example.com - the homepage of the website.
In order to go to the particular url iURL I have to type in with www.example.com/jamie/ to land on that urlURL.
How do I make it go to a particular URL without type wwwwww?
My backend is on Django, Apache, AWS EC2.