Notes for Nicole Sharp's Website: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
Line 182: Line 182:
* [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><pre>
<code><syntaxhighlight lang="apache">
RewriteEngine on
RewriteEngine on


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


== <abbr title="Personal Homepage Hypertext Preprocessor">PHP</abbr> ==
== <abbr title="Personal Homepage Hypertext Preprocessor">PHP</abbr> ==

Revision as of 2023-09-03T07:50:08

Notes on the development of Nicole Sharp's Website.

Web Platform

HTML

LANG

Unicode

HTML validation

CSS

XHTML

XHTML 1.0 has better intercompatibility with HTML 5 than XHTML 1.1. [1]XHTML 2.0 is an incomplete standard.

SVG

SVG 1.2 and SVG 2.0 are incomplete standards.

MathML

MathML 4.0 is an incomplete standard.

XML

DTD

JS

JSON

webmail

Outlook

15 GB of free mailbox storage.

GMail

15 GB of free mailbox storage.

Yahoo

1000 GB of free mailbox storage.

AOL

1000 GB of free mailbox storage.

webdomain

webhosting

  • http://personal.frostburg.edu/nlsharp0/

Altervista

DreamHost

Cloudflare

TXT

ROBOTS

SITEMAP

SECURITY

HUMANS

HTACCESS

RewriteEngine on

RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php [L]
# https://www.mediawiki.org/wiki/manual:short_URL/Apache

RewriteCond %{HTTP_HOST} nicolesharp\.net [NC]
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^(.*)$ /wiki/NikkiWiki$1 [L]
# https://help.dreamhost.com/hc/articles/216109967/

# Apache HTACCESS (Hypertext Access) for Nicole Sharp's Website.
# 2023-09-03 Nicole Sharp
# https://www.nicolesharp.net/

PHP

PHPINFO

<?php

phpinfo();

/*
PHPINFO (Personal Homepage Hypertext Preprocessor Info) for Nicole Sharp's Website.
2023-09-03 Nicole Sharp
https://www.nicolesharp.net/
*/

?>

INI

webanalytics

Matomo

Matomo plugins

Matomo Cloudflare App

Matomo reports

GA

GA Cloudflare App

Clarity

Metrica

websearch

Google

Bing

Yandex

MediaWiki

wikimarkup