Skip to main content
Bumped by Community user
Bumped by Community user
Formatting
Source Link
Zistoloen
  • 10.1k
  • 6
  • 37
  • 59

non-www urlURL goes to www-homepage instead of that particular page

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.

non-www url goes to www-homepage instead of that particular page

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 i have to type in with www.example.com/jamie/ to land on that url.

How do I make it go to a particular URL without type www?

My backend is on Django, Apache, AWS EC2

non-www URL goes to www-homepage instead of that particular page

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 I have to type in with www.example.com/jamie/ to land on that URL.

How do I make it go to a particular URL without type www?

My backend is on Django, Apache, AWS EC2.

Source Link

non-www url goes to www-homepage instead of that particular page

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 i have to type in with www.example.com/jamie/ to land on that url.

How do I make it go to a particular URL without type www?

My backend is on Django, Apache, AWS EC2