HalfSwede
06-01-2008, 06:07 PM
First, I realize that this isn't specifically 4HWW stuff, but I know there are plenty of folks on this forum who might know the answer to my question. So, being a friendly bunch...
I have a web site that uses HTML and PHP that needs to be updated with the names of different months every 3 months. Basically, I started a new "sweepstakes" today (June 1) that runs until August 31. The previous sweepstake ended on May 31. I went into the HTML file and changed "May" to "August" and then in my "sweepstakes-rules.html" file made several similar changes. In other words, I didn't touch any HTML code, but just chanaged the name of the month as it relates to the contest I run.
Anyway, I saved the HTML file, but now the page doesn't display correctly. In fact, with the sweepstakes-rules.html file I now get the actual IP address (I think that's what you call it) vs. the domain name (i.e. instead of www.mydomain.com/sweepstakes-rules.html I now get htt://69.153.48.43/sweepstakes-rules.html).
Should I have done something with the PHP file as well? Or maybe done something to the PHP file instead of the HTML file?
Thanks for any insight as to what I might have messed up.
Thanks,
HalfSwede
I have a web site that uses HTML and PHP that needs to be updated with the names of different months every 3 months. Basically, I started a new "sweepstakes" today (June 1) that runs until August 31. The previous sweepstake ended on May 31. I went into the HTML file and changed "May" to "August" and then in my "sweepstakes-rules.html" file made several similar changes. In other words, I didn't touch any HTML code, but just chanaged the name of the month as it relates to the contest I run.
Anyway, I saved the HTML file, but now the page doesn't display correctly. In fact, with the sweepstakes-rules.html file I now get the actual IP address (I think that's what you call it) vs. the domain name (i.e. instead of www.mydomain.com/sweepstakes-rules.html I now get htt://69.153.48.43/sweepstakes-rules.html).
Should I have done something with the PHP file as well? Or maybe done something to the PHP file instead of the HTML file?
Thanks for any insight as to what I might have messed up.
Thanks,
HalfSwede