Jump to content

Shrink don't shrink?


RunePlanet

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.