Pierre Wrote:Webserver on 192.168.1.75:8080 is OK
192.168.1.75/interface/indexing.php send
Indexing: xbox
Movies
Progress: 4
Great...but
192.168.1.75/interface/ give me blank page !
192.168.1.75/interface/index.php return error 404
What's wrong ?
index.php does exist on your webserver? I almost say: PHP isn't configured the right way, or PHP isn't upgraded to version 5.2... Since it is working for all the other persons over here...
If you still want to give it a try, check the index.php, does it exist? if so, rename it to index2.php and go to http ://yoururl/yourfolder/index2.php check if that is working, if so, it is your apache configuration
If you still see a blank screen, please load the PHP defaults (you can get them on php.net (
http://nl.php.net/manual/en/install.php)
if it still doesn't work check your PHP version (must be 5.2 or higher) by creating a test.php and put this into it:
So it really seems to me that it is a configuration problem. Good luck solving it... hope you can do something with my information.