Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Raffael Dettling
Raffael Dettling
32,998 Points

A part of my JS only is working when you put www in front of the url.

On my hompage the js part for the work part won´t trigger if use https://raffaeldettling.com/ instead of https://www.raffaeldettling.com/ but if i change the htaccess file to redirect all request without www to a request with www my side is unreachable(https://www.www.raffaeldettling.com/). So i deleted the redirection in the htacces file. The funny thing is my other js part in the same file i working Thank you for your help :)

Raffael Dettling
Raffael Dettling
32,998 Points

Nervermind got it the server response was to slow to see the changes immediately:)