tryingtolearn Posted March 16, 2013 Share Posted March 16, 2013 Really odd one off problem I ran into today and Im trying to find out what causes it. Using an image rezize script that works fine Pass the image via the url and it resizes I had a set of images named Echo-1.jpg,Echo-2.jpg etc... Those images would not show, and if I put the url directly in the browser it gave me a Error 501 Not implemented error If I change Echo- to Echo2- it works??? So //does not work <img src="resizeTest/bdgDev/resize_image.php?image=Echo-Neutral-Alpha.jpg&new_width=100&new_height=100"> //works <img src="resizeTest/bdgDev/resize_image.php?image=Echo2-Neutral-Alpha.jpg&new_width=100&new_height=100"> Is there some signifigance to the word Echo wih a - that anyone ever ran into before? Just really curious to get some input from the forum - just an odd case I havent ran across before. Quote Link to comment https://forums.phpfreaks.com/topic/275732-_get-and-the-string-echo-error501/ Share on other sites More sharing options...
kicken Posted March 16, 2013 Share Posted March 16, 2013 could be some sort of mod_security filter that is setup on your server causing the request to be rejected. There is nothing special about echo in that context and no reason it shouldn't work just fine. Whatever causes it to fail must be something either with your script or the server configuration. Quote Link to comment https://forums.phpfreaks.com/topic/275732-_get-and-the-string-echo-error501/#findComment-1419032 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.