Answer the question
In order to leave comments, you need to log in
Why does the browser automatically replace the connection address?
I have two active django projects that I'm finishing up. One links to 127.0.0.1:8000/articles/ the other to 127.0.0.1:8000/blog/, but in both the home address is "127.0.0.1:8000"
Now I type 127.0.0.1:8000 in the address bar and usually prompts appear , which had all the necessary addresses, but now the home address is gone, and when I manually type and press enter, the browser automatically substitutes /articles/ and goes to it. It got me, I tried to write the full address with the protocol, even when the tips below do not appear and I press enter, it still goes to /articles/.
I recently forgot to close the server in the vs code console, after which the site /articles/ remained working for a while, but now I have restarted the laptop and the site is no longer displayed. In addition, if I start the /blog/ server and click on the site logo button, which should take me to the main page "127.0.0.1:8000", the browser again adds /articles/ to the end. How to fix?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question