Jump to content

Recommended Posts

Posted

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/

Posted

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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...