Forum Moderators: open
I have just installed PHP on the 'default web site' and I want to use it to run some admin jobs. BUT I do not want the PHP scripts to be accessible over the internet, they should only run from local machine.
Is it possible to set it up so that the files can be executed only by localhost?
Now, they should be accessible for you and for anyone that can log into your computer directly, but no one else.
A side benefit is that you can log into the site from anywhere using your windows credentials (though only credentials that have login permission on your machine will work) and run the PHP scripts.
[edited by: WesleyC at 4:24 pm (utc) on June 11, 2008]