PDA

View Full Version : Not Acceptable - referrer script


DarrenSpink
14-May-2008, 03:13 PM
I have a couple of sites that are using the referrer script to link to the main site (obviously), but after checking them recently Im suddenly getting this:

Not Acceptable
An appropriate representation of the requested resource /cgi-bin/rs000001.pl could not be found on this server.

Any ideas people? The perl file is still in the cgi-bin.

TraceyG
19-May-2008, 01:15 PM
Hi,

Can you provide the code that you've used for the link please?

DarrenSpink
20-May-2008, 08:21 AM
heres one of them:

http://www.generateclothing.co.uk/cgi-bin/rs000001.pl?SOURCE=design2b&DESTINATION=Stone%5fIsland%5fTShirts%2ehtml&PATH=%2fwww%2facatalog%2f%&BASEURL=http%3a%2f%2fwww%2egenerateclothing%2eco%2euk%2facatalog%2f

thanks

TraceyG
20-May-2008, 08:36 AM
Hi,

In the example you've given there is an extra '%' that shouldn't be there. Remove it from the following part of the link and it should then work:

%&BASEURL=

DarrenSpink
20-May-2008, 11:29 AM
Cheers tracy, it was working recently...bizarre!