View previous topic :: View next topic |
Author |
Message |
Pam The Thirteenth Floor

Joined: 21 Jul 2006 Posts: 1311 Location: Chicago, Il
|
Posted: Sun Sep 27, 2009 8:16 pm Post subject: $.50 to anyone who can help me find this (website help) |
|
|
I just finished my acting website and for some reason on my index page there is text that appears in the upper left hand corner of the page "PHPH" I have scoured the code like crazy and can not for the life of me find where this is coming from. It's driving me nuts! Somebody please save me from this insanity!
On another note, when the home page loads, how do I get the ".../index.html" to not appear?
Gracias in advance!
www.pamtierney.com _________________ Pam Tierney
www.pamtierneyvo.com
imdb profile http://imdb.com/name/nm1941932/
Now what did I come in here for? |
|
Back to top |
|
 |
bransom DC

Joined: 06 Nov 2008 Posts: 650 Location: St. Louis, MO
|
Posted: Sun Sep 27, 2009 8:41 pm Post subject: |
|
|
Hi, Pam,
Six lines up from the bottom of the source code is the errant "phph". Look right after the last <tr>.
As for question #2 about hiding the HTML file: it usually doesn't show up if the filename is one of your server's defaults, usually index.htm, index.html, default.htm and default.html. Other defaults can be added by the server admin.
Hope this helps!
Bob
Edited for stupid typo. |
|
Back to top |
|
 |
Edo Guest
|
Posted: Sun Sep 27, 2009 8:45 pm Post subject: |
|
|
Hey Pam,
Open up your html-source in notepad and search for 'phph', and you'll find it almost at the bottom of your source code... remove it from there and you're safe! I did it and it looked the way it should be...
BTW, the index.html doesn't show up here... 2 systems Windows XP Professional and Vista Home Premium and on my Macbook Pro using Safari neither... |
|
Back to top |
|
 |
Pam The Thirteenth Floor

Joined: 21 Jul 2006 Posts: 1311 Location: Chicago, Il
|
Posted: Sun Sep 27, 2009 8:56 pm Post subject: |
|
|
Bob I could kiss you! Edited and fixed. Where do I send the $.50?
Thanks both of you for checking. I can sleep now. _________________ Pam Tierney
www.pamtierneyvo.com
imdb profile http://imdb.com/name/nm1941932/
Now what did I come in here for? |
|
Back to top |
|
 |
paddyo CM

Joined: 12 Jul 2006 Posts: 975 Location: New York City
|
Posted: Sun Sep 27, 2009 9:13 pm Post subject: |
|
|
----- _________________ Proud member of F.U.F.F.
Last edited by paddyo on Mon Sep 28, 2009 9:36 am; edited 1 time in total |
|
Back to top |
|
 |
bransom DC

Joined: 06 Nov 2008 Posts: 650 Location: St. Louis, MO
|
Posted: Sun Sep 27, 2009 9:16 pm Post subject: |
|
|
Pam,
Glad I could help. As for the 50 cents, give it to your favorite charity.
 |
|
Back to top |
|
 |
Deirdre Czarina Emeritus

Joined: 10 Nov 2004 Posts: 13023 Location: Camp Cooper
|
Posted: Sun Sep 27, 2009 9:50 pm Post subject: |
|
|
Regarding the "index.html" issue:
When you make a link from one of your branching pages to the index page, make it an absolute link:
<div align="center"><a href="http://www.pamtierneyvo.com/">home </a>
rather than a relative link:
<div align="center"><a href="index.html">home </a> _________________ DBCooperVO.com
IMDB |
|
Back to top |
|
 |
Living Culture Contributore Level V

Joined: 14 Oct 2007 Posts: 189 Location: Taipei
|
Posted: Mon Sep 28, 2009 7:14 am Post subject: |
|
|
Off original topic, but wondered. In your footer links, the "blog" link is all caps, was that intentional? _________________ Mandarin Chinese Voiceovers & Localization
http://lcmsmedia.com
http://imagesbykenny.com/ |
|
Back to top |
|
 |
|