Quote:
Originally Posted by mlse
Hi all,
Thanks for your replies! I have no proxy, nor am I using IE ... I've put in a quick fix by getting localhost to redirect to the local IP address.
|
I guess the problem is:
ls -l myscript.php
.... -r--r--r-- ... myscript.php
but must be:
.... -rw--r---r--- ... myscript.php
fix with:
chmod u+w myscript.php
regards