上QQ阅读APP看书,第一时间看更新
Putting PHP-Nuke Files into the Web Server Root
In this book, we are going to access the homepage of our local PHP-Nuke site with this URL:
http://localhost/nuke/
In order to do this, we will create a folder called nuke
in our web server root (\xampp\htdocs\
if you are using XAMPP), and copy the contents of the \PHP-Nuke-7.8\html\
folder into this folder. Do not copy the html
folder itself, but the contents of the folder.
We will refer to the nuke
folder in the web server root as the 'root of our PHP-Nuke installation'.