PDA

View Full Version : temp PHPNuke site under Public_html?


HellBelly
06-09-2006, 04:00 PM
I want to manually install a new version of PHPNuke in temp location while my old version is still up. So at my leisure, i can load all the blocks, test things ect before I make it the main site.

Is this possible? How would I go about setting up a temporary location for testing?

Nick Manley
06-10-2006, 02:42 PM
Just install it to a different directory. Your main site for example will reside in public_html and your test site will be in public_html/test/

yourdomain.com -> Main Site
yourdomain.com/test/ -> Test site