Hi there creative1977,
I forgot to mention that, although
robots.txt is used to deter crawlers,
your
index.php would, actually, only be visible to them if they were in
possession of your
password.
What the crawlers will see when trying to crawl
index.php is...
Code:
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">
<title>Login Page</title>
<link rel="stylesheet" href="screen.css" media="screen">
</head>
<body>
<header>
<h1>- Login -</h1>
</header>
<main>
<form method="POST">
<div>
</div>
<label for="password"> Enter password for access:</label>
<input type="password" id="password" name="password">
<button type="submit">Submit</button>
</form>
</main>
<footer>
© Segment
</footer>
</body>
</html>
Is there any Alternative Way to Contact and Get in Touch with You?
My normal and preferred way of communication with members is directly
in the forums. Why do you find that unacceptable?
coothead
Bookmarks