i have a simple script which im testing at the moment but it's not working.
I have this simple lines :
$url = "http://www.google.com";
system("wget --page-requisites ".$url);
The issue is that it does nothing, my website is located at /var/www/html/server_a which is where im checking if it downloaded the required page but seems like it's doing nothing.
Im using a VPS with Ubuntu 14.04