Arduino ethernet webclient php script and mysql

    client.println("GET /http://192.168.1.20/var/www/arduino.txt HTTP/1.0");

Why is there a slash in front of http?
If you paste the string starting with http in a browser, is the file found?