pbrennan10 Posted January 29, 2004 Posted January 29, 2004 I have phpnuke installed in a subfolder "public_html/phpnuke". Trying to figure out how to get the index.php of phpnuke to load when i open www.tigbit.com To view it i have to open www.tigbit.com/phpnuke/ Quote
TCH-Rick Posted January 29, 2004 Posted January 29, 2004 You would need to install it manually rather than through CPanel and install into the public_html directory to get it to work by typing just the domain name. The other option is to put an index.html file in the public_html directory that redirects to the directory. Here is an example: <html><head> <title>My PhpNuke Page</title> <meta HTTP-EQUIV="REFRESH" content=".5; url=http://www.tigbit.com/phpnuke/ "> </head> <body bgcolor="#FFFFFF"> </body> </html> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.