PDA

View Full Version : Double /hlstats.php/hlstats.php in webpanel


Cruckes
10-03-2015, 16:31
Hello.
I reinstalled my HLstatsX and for some reason there's two times /hlstats.php.
Here is the website for stats. (http://stats.valtakunta.org)
This happened after I executed my backupped .sql dump.
Is there any way to get the url to normal? (not /hlstats.php/hlstats.php, just /hlstats.php)

Edit: I tested it with "clean" install, and still double. Looks like that has something to do with Nginx.
Edit2: Somewho this solved the problem in the vhost file:
fastcgi_param SCRIPT_FILENAME /path/to/stats$fastcgi_script_name;
-->
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;