I use the Link Vault, and it makes use of the $_SERVER['SCRIPT_NAME'] variable. However, you have rewritten it wrong.
The $_SERVER['SCRIPT_NAME'] should only include the script, not the string. You rewrite it to include the string as well.
ie you rewrite as:
/lv/lvxxxxxxxxx.php?action=getscriptversion
when it should be:
/lv/lvxxxxxxxxx.php
Can you please recheck your script for the other variable rewrites. There are a number of others that are wrong as well.



LinkBack URL
About LinkBacks









