Jump to content
Experiencing kernel error or random crashes on TruckersMP Island? ×
  • 0

Signature Help


J. Dowe

Question

10 answers to this question

Recommended Posts

  • 0

With TNet, you cannot use .PHP links. You need to talk the person who hosts your website to add something to the .HTaccess if it is apache.

 

You basically need to make the website think it is a PNG image.

 

EG: Nginx -

 

rewrite "^/([0-9]+)/signature.png$" /directory_to_php_file.php?id=$1 last;
 

EG: Apache - 

 

RewriteRule  ^/([0-9-]+)/signature.png?$    /directory_to_php_file.php?id=$1
  • Upvote 1
Link to comment
Share on other sites

×
×
  • 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.