Hi, I have a domain, and I have uploaded PHPNuke 7.6 files in the public_html folder. But in my domain, I only see the Drect Admin's logo, telling me that I have to upload the files.
PHPNuke probably uses a index.php file, so you should remove the index.htm or index.html. Please first rename these files or move them to another dir before completly deleting them
i tried that, i deleted the index.html from the public-html folder and added index.php i got from my phpnuke folder. when i went to my domain, i got this:
Warning: main(mainfile.php): failed to open stream: No such file or directory in /usr/home/srmrace/domains/srmracingdesigns.com/public_html/index.php on line 15
Fatal error: main(): Failed opening required 'mainfile.php' (include_path='.:/usr/local/lib/php') in /usr/home/srmrace/domains/srmracingdesigns.com/public_html/index.php on line 15
i dont know what u mean by subdirectorxy. My nuke folder is in the public html folder. I used installatron. Im lost about this. Do I need to edit lines in the index.php? I dont know how to find line 15, it looks scrambled to me.
A subdirectory is any directory under /public_html
No doubt you have nuke in /public_html/nuke or simular, but when you call your site up, with http://www.yourdomain.com it goes to /public_html and looks for first an index.html, index.htm, or index.php (in that order I think).
You probably copied the index.php from the /nuke folder up to the /public_html, but the configuration file doesn't know that..and cannot find files it needs to render the site.
You should probably delete the entire nuke install and start over and instead of installing it under "/nuke" (or whatver), just put it under "/".