Heh first off, I want to thank the responders here for the help given.
Ok, now for the prob.
I just wrote my first ever HTML page (awful if ya ask me), and I'm mainly using it as a place to keep files and such. However, it's still in development.
What I'm trying to do is password protect it's directory and all the files inclosed inside it.
Some more slight background stuff.
I read over this page for some tips, and here's my sort-of response to it:
1) I don't really need something super secure. I just want protection from the basics.
2) admin privs - I have admin status inside my directory
3) I dunno which OS/webserver I'm using :sad: (see, this space was given as a sorta gift). Is there a way to check this?
Here's the current code if ya wanna see that:
<html>
<head>
<title>le John</title>
<link rel=stylesheet type="text/css" href="style.css">
</head>
<FONT FACE="Tempus Sans ITC">
<body bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0" background="img/NASA2-2.gif">
<table height="123" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td><img src="img/Einstein1.JPG" width="141" height="190" border="0" alt=""></td>
<td width="100%" background="img/spacetime.jpg"> </td>
</tr>
</table>
<table height="40" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td width="100%" background="img/spacetime.jpg"> </td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td width="201"><BR>
» <a href="http://stoic_sleeper.livejournal.com/"><FONT COLOR="#FF6600"><B>My Life</B></FONT></a><BR>
<img src="img/menubar.jpg" width="201" height="11" border="0" alt=""><BR>
» <a href="http://www.sultanofmirth.com/jhay116/pics"><FONT COLOR="#FF6600"><B>My Pics</B></FONT></a><BR>
<img src="img/menubar.jpg" width="201" height="11" border="0" alt=""><BR>
» <a href="http://www.webaddresshere.com"><FONT COLOR="#FF6600"><B>Me Music</B></FONT></a><BR>
<img src="img/menubar.jpg" width="201" height="11" border="0" alt=""><BR>
» <a href="http://www.webaddresshere.com">your link</a><BR>
<img src="img/menubar.jpg" width="201" height="11" border="0" alt=""><BR>
</td>
<td width="100%">
<table width="100%" cellpadding="10" cellspacing="0" border="0">
<tr valign="top">
<td>
<h2><CENTER><FONT FACE="Tempus Sans ITC" SIZE="+3" COLOR="#FF0000">The Life and Times of John</FONT></CENTER></h2>
<HR WIDTH="75%" COLOR="#FF0000" SIZE="4">
<p <P align="center"><FONT FACE="Tempus Sans ITC" COLOR="#FFFF00">Well, this is just for kicks...for the most part. In reality, this is here so I have a place to backup my hard drive.<BR></p>
<p </p>
<p </p>
</FONT>
<BR><BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR><BR>
<p align="center">
This site is © Copyright John Haydek 2006-2007, All Rights Reserved<BR></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</FONT>
</html>
By the way, if ya wanna point out any obvious problems with it, feel free to :mrgreen:
Lastly, here's the site we're lookin at:
Thanks again.