Forums

world wide web and another query

Obviously I cant manage my site when i add "www." at the beginning and ive googled that and I think I have to create a new web app and make it premium.... My other query is that whenever I load my site like this mysite.pythonanywhere.com/posts/ it works but when I remove the slash at the end mysite.pythonanywhere.com/posts google search comes up... I have tried handling it in my python code but to no avail... basically I guess this is a python related problem or what?

No- you should be able to handle it within your python code. Usually frameworks automatically append the '/' at the end for you. For example, see this