Dead link
Moderator: kcleung
-
- active poster
- Posts: 293
- Joined: Sun Apr 23, 2006 5:08 am
- notabot: YES
- notabot2: Bot
- Location: Phoenix, AZ
-
- active poster
- Posts: 293
- Joined: Sun Apr 23, 2006 5:08 am
- notabot: YES
- notabot2: Bot
- Location: Phoenix, AZ
I still haven't found a pdf link that works. Here's an example:
http://imslp.org/wiki/Symphony_No.40_%2 ... Amadeus%29
When I click on the top pdf I get the following error:
Here is the full URL: http://imslp.ca/images/imslp.ca/1%2F1a% ... C_K550.pdf
http://imslp.org/wiki/Symphony_No.40_%2 ... Amadeus%29
When I click on the top pdf I get the following error:
Code: Select all
The requested URL /images/imslp.ca/1/1a/Mozart_-_Symphony_No_40_in_G_minor,_K550.pdf was not found on this server.
-
- active poster
- Posts: 293
- Joined: Sun Apr 23, 2006 5:08 am
- notabot: YES
- notabot2: Bot
- Location: Phoenix, AZ
Ok, here's the problem. For some reason some of the slashes are being escaped. When I manually enter http://imslp.ca/images/imslp.ca/1/1a/Mo ... C_K550.pdf it works.
I also realized what the problem was after you gave me that link. Apparently the file I tested didn't have doubly escaped characters, and so didn't have that problem. I couldn't test this portion of the site in the last three days because of a configuration difference between the test server and this server...
Basically, I tried escaping the redirect to try to work around reported Safari bugs (which I thought was caused by this), but apparently broke it much worse instead.
Anyway its fixed now
Basically, I tried escaping the redirect to try to work around reported Safari bugs (which I thought was caused by this), but apparently broke it much worse instead.
Anyway its fixed now