Notes for Nicole Sharp's Website: Difference between revisions

no edit summary
No edit summary
Line 156: Line 156:
* <u><code>https://www.nicolesharp.net/robots.txt</code></u>
* <u><code>https://www.nicolesharp.net/robots.txt</code></u>


<code><syntaxhighlight lang="robotstxt">
<syntaxhighlight lang="robots-txt">
User-agent: *
User-agent: *
Disallow: /testbox/
Disallow: /testbox/
Line 166: Line 166:
# 2023-09-03 Nicole Sharp
# 2023-09-03 Nicole Sharp
# https://www.nicolesharp.net/
# https://www.nicolesharp.net/
</syntaxhighlight></code>
</syntaxhighlight>


=== SITEMAP ===
=== SITEMAP ===
Line 194: Line 194:
* [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)]


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


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


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


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


Line 235: Line 235:


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


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