You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I have missed something when firing up the server...
http-server -p 8000
I when i navigate to folders within those that have a space in their name, the URL is altered for the parent folder which results in a 404. The URL for the parent folder would look like this...
http://(IP):8000/Animal%20Collective/
then when i go into one of the sub-directories, it reads...
Not sure if I have missed something when firing up the server...
I when i navigate to folders within those that have a space in their name, the URL is altered for the parent folder which results in a 404. The URL for the parent folder would look like this...
http://(IP):8000/Animal%20Collective/
then when i go into one of the sub-directories, it reads...
http://82.2.94.134:8000/Animal%2520Collective/Merriweather%20Post%20Pavilion/
...which changes '%20' to '%2520' and 404's.
Any idea why this is being changed or what i can do to stop it?
The text was updated successfully, but these errors were encountered: