ghost wrote:I'm running Proxmox server with vm debian 6 running in it with LAMP installed, website location /VAR/WWW/(all in here)
and this is how i'm testing it.
-http://192.168.100.3/
-http://192.168.100.3/files.php
-http://192.168.100.3/download.php?file=505WC_youtube.com.rar (click on guest)
-http://192.168.100.3/download.php?file=505WC_youtube.com.rar (enter security code)
-http://localhost/download2.php?a=505WC_youtube.com.rar&b=c3c8ebd789b8915c121066e19f0c10ea (Not Found The requested URL /download2.php was not found on this server.)
let me know if u need no any thing else
-
I suggest your localhost is pointing to 127.0.0.1 and not 192.168.100.3.
Try using the link with url http://192.168.100.3/download2.php?a=50 ... e19f0c10ea
If it works, you need to modify your /etc/hosts file to make new imaginary hostname and put that on site configs. or simply put the site on live server with not-internal IP address.
-Sc