Quote:
Can you you please Explain again in a More Easier way to Understand Easily?
When someone or a crawler tries to go to this address...
https://coothead.co.uk/creative1977/index.php
...the PHP at the top of the document...
Code:
<?php
require_once 'protect.php';
Protect\with('form.php', 'abc-123'); //adjust password to suit
?>
...prevents
index.php from being sent to the user's browser.
Instead the PHP redirects the user to the
form.php page.
This PHP will then check the user's
password input on the
submission of the form, and then, if it is correct, and only then,
it will send the
index.php to the user's browser.
This PHP processing is neither visible to the user nor the creepy
crawlers.
Quote:
So, does that Mean only the LogIN Page will get Listed in Search Engines?
I cannot answer that for certain, but...
Quote:
Originally Posted by Google
To prevent most search engine web crawlers from indexing a
page on your site, place the following meta tag into the
<head> section of your page:
Code:
<meta name="robots" content="noindex">
Quote:
Just wanted to Know if You are Available on Email, ZOOM, WhatsApp, Skype
No, I do not use emailing for forum work as spam would
eventually fill my inbox and as for social media sites, well,
for personal protection, I avoid them all like the plague.