RunePlanet Posted January 21, 2013 Share Posted January 21, 2013 http://rune-planet.com/Shortener/ When i try to shrink a link it just says shrinking and don't actually shrink it? Whats the cause to this? Anyone have any idea thanks Ps: this is an Adf.ly Clone , all i done was modify style Link to comment https://forums.phpfreaks.com/topic/273423-shrink-dont-shrink/ Share on other sites More sharing options...
Jessica Posted January 21, 2013 Share Posted January 21, 2013 Link to comment https://forums.phpfreaks.com/topic/273423-shrink-dont-shrink/#findComment-1407245 Share on other sites More sharing options...
Christian F. Posted January 21, 2013 Share Posted January 21, 2013 Yes, I do have an idea. What I did was to simply open the page in my browser (Opera), open up the development tools (Dragonfly), and then click on the "Network" tab. Once I reloaded the page, I tested submitting an URL for shrinking, and this was the HTTP response I got from the server: HTTP/1.1 403 Forbidden Date: Mon, 21 Jan 2013 13:34:23 GMT Server: Apache Content-Length: 339 Keep-Alive: timeout=5, max=75 Connection: Keep-Alive Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /Shortener/ajax.php on this server.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> </body></html> Basic debugging, in other words. Now that I've told you how to do this, I'm sure you can do it on your own the next time. Right? PS: Also, I recommend seeing the "How to ask questions" link in Jessica's signature above. Link to comment https://forums.phpfreaks.com/topic/273423-shrink-dont-shrink/#findComment-1407247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.