Forum Moderators: coopster
All it does is throw me back out to the folder's index listing. No error's, no anything.
The files are CHMOD correctly. The settings are set correctly. The server is allowing the script as I have it running it on another site under the same host.
I tried it on lycos.co.uk to test it out & it does the same thing. Yet I copied the script running on the other site and uploaded it to the new site and still the same problem.
Where do I look for the problem?
first of all switch error reporting on. if it is off, then you simply won't get error and warning messages.
just do this by using the error_reporting [php.net] directive with the E_ALL [php.net] constant.
you should then get a warning or error message.
However sitting here all night, its come to me.
I'm an idiot.
Having already installed this script I forgot to read the instructions again and missed out on what's happening. It does this as a file protection method.
Now working :)
Thanks for the help, but I fear there's no helping us who think we know everything :s