Notes for Nicole Sharp's Website: Difference between revisions

no edit summary
No edit summary
Line 151: Line 151:
=== ROBOTS ===
=== ROBOTS ===


* <u><code>[[ROBOTS]]</code></u>
* <code>[[wikipedia:robots.txt]]</code>
* <code>[[wikipedia:robots.txt]]</code>
* <code>https://www.robotstxt.org/</code>
* <code>https://www.robotstxt.org/</code>
* [https://help.dreamhost.com/hc/articles/216105077/ "Control Bots, Spiders, and Crawlers" (DreamHost)]
* [https://help.dreamhost.com/hc/articles/216105077/ "Control Bots, Spiders, and Crawlers" (DreamHost)]
* <u><code>https://www.nicolesharp.net/robots.txt</code></u>
* <u><code>https://www.nicolesharp.net/robots.txt</code></u>
<syntaxhighlight lang="text">
User-agent: *
Disallow: /testbox/
Sitemap: https://www.nicolesharp.net/sitemap.txt
# Security: https://www.nicolesharp.net/security.txt
# Humans: https://www.nicolesharp.net/humans.txt
# Robots Exclusion Protocol for Nicole Sharp's Website.
# 2023-09-03 Nicole Sharp
# https://www.nicolesharp.net/
</syntaxhighlight>


=== SITEMAP ===
=== SITEMAP ===
Line 194: Line 183:
* [https://help.dreamhost.com/hc/articles/216109967/ "Redirect Your Root Directory to a Subdirectory" (DreamHost)]
* [https://help.dreamhost.com/hc/articles/216109967/ "Redirect Your Root Directory to a Subdirectory" (DreamHost)]


<syntaxhighlight lang="apache">
<code><syntaxhighlight lang="apache">
RewriteEngine on
RewriteEngine on


Line 208: Line 197:
# 2023-09-03 Nicole Sharp
# 2023-09-03 Nicole Sharp
# https://www.nicolesharp.net/
# https://www.nicolesharp.net/
</syntaxhighlight>
</syntaxhighlight></code>


== <abbr title="Personal Homepage Hypertext Preprocessor">PHP</abbr> ==
== <abbr title="Personal Homepage Hypertext Preprocessor">PHP</abbr> ==
Line 223: Line 212:
* <u><code>https://www.nicolesharp.net/info.php</code></u>
* <u><code>https://www.nicolesharp.net/info.php</code></u>


<syntaxhighlight lang="php">
<code><syntaxhighlight lang="php">
<?php
<?php


Line 235: Line 224:


?>
?>
</syntaxhighlight>
</syntaxhighlight></code>


=== <abbr title="initialization">INI</abbr> ===
=== <abbr title="initialization">INI</abbr> ===