Hello,
I am playing around with my new account, and I've uploaded some HTML to a subirectory:
(I'm putting a space before the colons to avoid the URL parsing...)
http ://www.****/mysubdir
For the time being, I want http ://www.**** to load http ://www.****/mysubdir, so I added a redirect that maps it accordingly...
Now when I load www.**** in the browser, after taking a minute or two, it eventually pops up an error page, and as it turns out, it was trying to load:
http ://www.****/mysubdirmysubdirmysubdirmysubdirmysubdirmysubdirmysubdirmysubdirmysubdirmysubdirmysub
irmysubdirmysubdir
Why is it internally concatenating like that?
ps. what's the difference between temporary and permanent redirects, if you can delete either whenever you want anyway?