gundi
06-24-2002, 05:33 PM
I have php 4.2.1 and I installed phpNuke, but when i goes to index.php or admin.php i don't see anything. What can i do? Any idea?
You may see at http://www.gbwin32.com/html/
Thanks for your help
allan
06-24-2002, 09:36 PM
Installing PHP on your server is not enough, your web server software has to be setup to support it as well. Has it been?
Studio64
06-24-2002, 11:49 PM
If the URL you gave is correct absolutley nothing comes up...
The first step would be to check the permissions for the file...
I haven't done any unix (assuming it is)...
the file permissions for the folder (html) should be 755.
-- chmod 755 html
the permissions for the files in the directory should be 644
-- chmod 644 *.html
bambenek
06-24-2002, 11:50 PM
What do your error logs say?
Warren
06-25-2002, 01:43 AM
I'd have to agree with making sure that php is set up properly first. I get some pretty funky errors when going there, after you set up php, maybe you could re-upload the script. It doesn't look like your webserver is serving up any php at all.