Jump to content
  • 0

Live signature


Merciful

Question

6 answers to this question

Recommended Posts

  • 0

You need to spoof the system into thinking that the link is actually a .png. I know you guys are using apache so if you add a .htaccess file and place the following code in, you will be able to get the .png alternative.

RewriteEngine onRewriteBase /haulageRewriteRule ^([0-9]+)/signature.png?$ signature.php?id=$1 [L]
You should then be able to use: http://soarflyconcepts.co.uk/haulage/5/signature.png
Link to comment
Share on other sites

  • 0

Sorry for my late reply. Could u tell me the format of the image, like .jpg or .png?

 

 

You need to spoof the system into thinking that the link is actually a .png. I know you guys are using apache so if you add a .htaccess file and place the following code in, you will be able to get the .png alternative.

 

RewriteEngine onRewriteBase /haulageRewriteRule ^([0-9]+)/signature.png?$ signature.php?id=$1 [L]
You should then be able to use: http://soarflyconcepts.co.uk/haulage/5/signature.png

 

 

Thanks for your answers guys, me thinks I need to get our in-house web tech chap onto this .

Position:

Link to comment
Share on other sites

Guest
This topic is now 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.