|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
16 posts
Gave thanks: 0
Thanked 0 times
|
Help with Redirect and PHPNuke
I have a question. How do i get my url http://www.sdwchesapeke.com, to point to my new PHPNuke that i setup? Basically when they type in http://www.sdwchesapeke.com, i want it to point to the php not the index page. Please and thanks in advance for the help
|
|
|
|
|
|
#2 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Jan 2004
Lives in Clinton, Massachusetts
Hosted on Serenity x.x.40.51
994 posts
Gave thanks: 0
Thanked 0 times
|
your question is quite vague.
did you already install php nuke? what directory did you install it in? what do you mean by the "php not the index page"? if you can answer those questions i might be able to help. ![]() |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
16 posts
Gave thanks: 0
Thanked 0 times
|
ok
Yes i already installed it. I installed it to http://www.sdwchesapeke.com/phpnuke
What i mean is, is there a redirect or anything i need to setup so when they type in my website address http://www.sdwchesapeke.com will it automatically load the phpnuke or will i have to setup a redirect for it to point to |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Jan 2004
16 posts
Gave thanks: 0
Thanked 0 times
|
Here we go
Ok how do i get it to do this
I want my webdomain http://www.sdwchesapeke.com to point to http://www.sdwchesapeke.com/phpnuke/index.php Where do i go to setup this redirect? Ive tried it in cpanel and it wont work. any ideas? |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Super #1
Joined in Jul 2003
Lives in So. NJ
1,557 posts
Gave thanks: 0
Thanked 9 times
|
Place this in the index.html page in your public_html.
Code:
<html><head><title></title> <meta content="MSHTML 6.00.2800.1106" name="GENERATOR" /> </head> <body> <script> location.href = "http://www.sdwchesapeke.com/phpnuke/index.php" </script> </body> </html> |
|
|
|
|
|
#6 (permalink) |
|
Registered User
Super #1
Joined in Jul 2003
Lives in So. NJ
1,557 posts
Gave thanks: 0
Thanked 9 times
|
You may also be able to simply create a CNAME entry with
http://www.sdwchesapeke.com pointing to http://www.sdwchesapeke.com/phpnuke/index.php |
|
|
|
|
|
#7 (permalink) | |
|
minor deity
Super #1
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,387 posts
Gave thanks: 28
Thanked 94 times
|
Quote:
You could use meta refresh, but there are issues with that too. see thispage.
__________________
Proud to be a Surmunity Mod! XEON Make a fundamental difference! My Sites: Curious about Brewing Beer? Join the community! >>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax Get into an Art museum Victorian London It's your brain -ON WEB - mybrainhost.com (under development) What SHOULD Government do? Much Less than it Does! |
|
|
|
|