If anyone can help I need some clarification installing PHP-Nuke. I have already installed and configured Apache, PHP and MySQL. I am working on WinXP and my local test server is \localhost:8080.
After Apache is installed and working correctly can I delete the apache static files in the apache2\htdocs folder?
Do I just copy php-nuke folders (4) to my apache2\htdocs folder, adjust config.php and then setup the MYSQL database using nuke.sql?
There is mention in the php-nuke docs.txt that the config.php should not be stored in the document root server for security reasons but is vague on how to move it elsewhere and configure everything when you do.
Here is the quote from php-nuke install.txt
--Security tip: It's a good choice to put your config.php outside the web server path, then you can create a new config.php with the line:
<?php include("../config.php"); ?> --end of quote.
Can anyone provide a simplified version of what this really consists of? It is not a prob on my local test server I am sure but I intend to eventually move it to my Production server. Any help is greatly appreciated!
Thanks!