Webdevelopment: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
Created page with "Notes on installing and configuring Wikimedia MediaWiki. == Transport Layer Security (TLS) == * [https://help.dreamhost.com/hc/articles/216041537/ <cite>DreamHost Knowledge Base</cite>: "Secure Certificates Overview"] * [https://help.dreamhost.com/hc/articles/216539558/ <cite>DreamHost Knowledge Base</cite>: "Let's Encrypt Certificate Overview"] * [https://help.dreamhost.com/hc/articles/216539548/ <cite>DreamHost Knowledge Base</c..."
 
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
Notes on installing and configuring Wikimedia MediaWiki.
Resources for <strong>website development</strong>.


== [[Wikipedia:Transport Layer Security|Transport Layer Security (TLS)]] ==
== [[wikipedia:WHOIS|WHOIS]] ==


* [https://help.dreamhost.com/hc/articles/216041537/ <cite>DreamHost Knowledge Base</cite>: "Secure Certificates Overview"]
# [https://help.dreamhost.com/hc/articles/216458227/ <cite>DreamHost Knowledge Base</cite>: "Domain Registration Contact Information Overview"]
* [https://help.dreamhost.com/hc/articles/216539558/ <cite>DreamHost Knowledge Base</cite>: "Let's Encrypt Certificate Overview"]
* [https://help.dreamhost.com/hc/articles/216539548/ <cite>DreamHost Knowledge Base</cite>: "Adding a Free Let's Encrypt Certificate"]


== [[Wikipedia:File Transfer Protocol|Secure File Transfer Protocol (SFTP)]] ==
=== WHOIS privacy ===


* [https://help.dreamhost.com/hc/articles/115001051531/ <cite>DreamHost Knowledge Base</cite>: "FTP and SFTP"]
# [https://help.dreamhost.com/hc/articles/216458407/ <cite>DreamHost Knowledge Base</cite>: "Enabling Domain Privacy Protection"]
* [https://help.dreamhost.com/hc/articles/115000675027/ <cite>DreamHost Knowledge Base</cite>: "FTP Overview and Credentials"]
* [https://help.dreamhost.com/hc/articles/214920778/ <cite>DreamHost Knowledge Base</cite>: "Where Do I Upload My Files Once Connected via FTP?"]


=== [[Wikipedia:FileZilla|FileZilla]] ===
=== WHOIS lookup ===


* [https://www.filezilla-project.org/client_features.php <cite>FileZilla</cite>: "Features"]
# [https://help.dreamhost.com/hc/articles/215842648/ <cite>DreamHost Knowledge Base</cite>: "How to View Domain Registration Information"]
* [https://www.filezilla-project.org/download.php?show_all=1 <cite>FileZilla</cite>: "Download"]
# [https://lookup.icann.org/ <cite>Internet Corporation for Assigned Names and Numbers (ICANN)</cite>: "Registration Data Lookup Tool"]
* [https://wiki.filezilla-project.org/documentation <cite>FileZilla</cite>: "Documentation"]


== [[Wikipedia:Personal Homepage Hypertext Preprocessor|Personal Homepage Hypertext Preprocessor (PHP)]] ==
== [[wikipedia:Transport Layer Security|Transport Layer Security (TLS)]] ==


* [https://help.dreamhost.com/hc/articles/214895317/ <cite>DreamHost Knowledge Base</cite>: "Change the PHP Version of a Site"]
# [https://help.dreamhost.com/hc/articles/216041537/ <cite>DreamHost Knowledge Base</cite>: "Secure Certificates Overview"]
* [https://www.php.net/supported-versions.php <cite>PHP</cite>: "Supported Versions"]
# [https://help.dreamhost.com/hc/articles/216539558/ <cite>DreamHost Knowledge Base</cite>: "Let's Encrypt Certificate Overview"]
* [https://www.php.net/docs.php <cite>PHP</cite>: "Documentation"]
# [https://help.dreamhost.com/hc/articles/216539548/ <cite>DreamHost Knowledge Base</cite>: "Adding a Free Let's Encrypt Certificate"]


=== PHP Info (<code>phpinfo</code>) ===
== [[wikipedia:File Transfer Protocol|File Transfer Protocol (FTP)]] ==


* [https://help.dreamhost.com/hc/articles/214895287/ <cite>DreamHost Knowledge Base</cite>: "Viewing Your Site’s PHP Version and Settings"]
# [https://help.dreamhost.com/hc/articles/115001051531/ <cite>DreamHost Knowledge Base</cite>: "FTP and Secure FTP (SFTP)"]
* [https://www.php.net/manual/function.phpinfo.php <cite>PHP</cite>: "<code>phpinfo</code>"]
# [https://help.dreamhost.com/hc/articles/115000675027/ <cite>DreamHost Knowledge Base</cite>: "FTP Overview and Credentials"]
# [https://help.dreamhost.com/hc/articles/214920778/ <cite>DreamHost Knowledge Base</cite>: "Where Do I Upload My Files Once Connected via FTP?"]


=== PHP Runtime Configuration (PHPRC) ===
=== [[wikipedia:FileZilla|FileZilla]] ===


* [https://help.dreamhost.com/hc/articles/214894037/ <cite>DreamHost Knowledge Base</cite>: "Create a <code>phprc</code> File via File Transfer Protocol (FTP)"]
# [https://www.filezilla-project.org/client_features.php <cite>FileZilla</cite>: "Features"]
* [https://www.php.net/manual/ini.list.php <cite>PHP</cite>: "List of PHP Initialization (<code>php.ini</code>) Directives"]
# [https://www.filezilla-project.org/download.php?show_all=1 <cite>FileZilla</cite>: "Download"]
# [https://wiki.filezilla-project.org/documentation <cite>FileZilla</cite>: "Documentation"]


==== PHP Timezone (<code>date.timezone</code>) ====
== [[wikipedia:HTACCESS|Apache Hypertext Transfer Protocol Server Access (HTACCESS)]] ==


* [https://help.dreamhost.com/hc/articles/217185277/ <cite>DreamHost Knowledge Base</cite>: "Running Web Scripts in Your Timezone"]
# <u>[[HTACCESS|<cite>NikkiWiki</cite>: "HTACCESS"]]</u>
* [https://www.php.net/manual/datetime.configuration.php <cite>PHP</cite>: "Datetime Configuration"]
* [https://www.php.net/manual/timezones.php <cite>PHP</cite>: "List of Supported Timezones"]
* [https://www.php.net/manual/timezones.america.php <cite>PHP</cite>: "List of Supported Timezones, America"]


== [[Wikipedia:Oracle My Structured Query Language|Oracle My Structured Query Language (MySQL)]] ==
== [[wikipedia:PHP|Personal Homepage Hypertext Preprocessor (PHP)]] ==


* [https://help.dreamhost.com/hc/articles/221691727/ <cite>DreamHost Knowledge Base</cite>: "Creating a MySQL Database"]
# [https://help.dreamhost.com/hc/articles/214895317/ <cite>DreamHost Knowledge Base</cite>: "Change the PHP Version of a Site"]
# [https://www.php.net/supported-versions.php <cite>PHP</cite>: "Supported Versions"]
# [[wikibooks:PHP|<cite>Wikibooks</cite>: "PHP Programming"]]
# [https://www.php.net/docs.php <cite>PHP</cite>: "Documentation"]


== [[Wikipedia:Wikimedia MediaWiki|Wikimedia MediaWiki]] ==
=== PHPINFO ===


* [[MW:What is MediaWiki?|<cite>MediaWiki</cite>: "What Is MediaWiki?"]]
# <u>[[PHPINFO|<cite>NikkiWiki</cite>: "PHPINFO"]]</u>
* [[MW:Version lifecycle#Versions and their end-of-life|<cite>MediaWiki</cite>: "Version Lifecycle"]]
* [[MW:Manual:Installing MediaWiki|<cite>MediaWiki</cite>: "Installing MediaWiki"]]
* [[MW:Manual:Securing database passwords|<cite>MediaWiki</cite>: "Securing Database Passwords"]]
* [[MW:Manual:Preventing access#Removing the Login link from all pages|<cite>MediaWiki</cite>: "Preventing Access (Removing the Log-In Link from All Pages)"]]
* [[MW:Manual:Short URL/Apache|<cite>MediaWiki</cite>: Apache Short Uniform Resource Locator (URL)]]
* [https://help.dreamhost.com/hc/articles/215457827/ <cite>DreamHost Knowledge Base</cite>: "Adding a Subdomain"]


=== MediaWiki Local Timezone (<code>$wgLocaltimezone</code>) ===
=== PHPRC ===


* [[MW:Manual:$wgLocaltimezone|<cite>MediaWiki</cite>: "Local Timezone"]]
# <u>[[PHPRC|<cite>NikkiWiki</cite>: "PHP Runtime Configuration (PHPRC)"]]</u>
 
== [[wikipedia:Oracle My Structured Query Language|Oracle My Structured Query Language (MySQL)]] ==
 
# [https://help.dreamhost.com/hc/articles/221691727/ <cite>DreamHost Knowledge Base</cite>: "Creating a MySQL Database"]
 
== [[wikipedia:MediaWiki|Wikimedia MediaWiki]] ==
 
# <u>[[MediaWiki|<cite>NikkiWiki</cite>: "Wikimedia MediaWiki"]]</u>
 
== [[wikipedia:PHPMyAdmin|PHP MySQL Admin (PHPMyAdmin)]] ==
 
# [https://help.dreamhost.com/hc/articles/221610868/ <cite>DreamHost Knowledge Base</cite>: "Finding Your Database Login Credentials"]
# [https://help.dreamhost.com/hc/articles/214395738/ <cite>DreamHost Knowledge Base</cite>: "PHPMyAdmin — How to Back Up or Export a Database or Table"]
# [https://help.dreamhost.com/hc/articles/214395768/ <cite>DreamHost Knowledge Base</cite>: "PHPMyAdmin — How to Import a Database or Table"]
 
== references ==
 
# [https://help.dreamhost.com/ <cite>DreamHost Knowledge Base</cite>]
# [https://www.filezilla-project.org/ <cite>FileZilla: The Free FTP Solution</cite>]
# [https://www.php.net/ <cite>PHP</cite>]
# [[MW:Main Page|<cite>Wikimedia MediaWiki</cite>]]
# [https://www.highlightjs.org/ <cite>HighlightJS</cite>]
# [https://www.phpmyadmin.net/ <cite>PHPMyAdmin: Bringing MySQL Administration to the Web</cite>]
 
[[category:webdevelopment]]

Latest revision as of 2026-04-09T22:55:09

Resources for website development.

WHOIS

  1. DreamHost Knowledge Base: "Domain Registration Contact Information Overview"

WHOIS privacy

  1. DreamHost Knowledge Base: "Enabling Domain Privacy Protection"

WHOIS lookup

  1. DreamHost Knowledge Base: "How to View Domain Registration Information"
  2. Internet Corporation for Assigned Names and Numbers (ICANN): "Registration Data Lookup Tool"

Transport Layer Security (TLS)

  1. DreamHost Knowledge Base: "Secure Certificates Overview"
  2. DreamHost Knowledge Base: "Let's Encrypt Certificate Overview"
  3. DreamHost Knowledge Base: "Adding a Free Let's Encrypt Certificate"

File Transfer Protocol (FTP)

  1. DreamHost Knowledge Base: "FTP and Secure FTP (SFTP)"
  2. DreamHost Knowledge Base: "FTP Overview and Credentials"
  3. DreamHost Knowledge Base: "Where Do I Upload My Files Once Connected via FTP?"

FileZilla

  1. FileZilla: "Features"
  2. FileZilla: "Download"
  3. FileZilla: "Documentation"

Apache Hypertext Transfer Protocol Server Access (HTACCESS)

  1. NikkiWiki: "HTACCESS"

Personal Homepage Hypertext Preprocessor (PHP)

  1. DreamHost Knowledge Base: "Change the PHP Version of a Site"
  2. PHP: "Supported Versions"
  3. Wikibooks: "PHP Programming"
  4. PHP: "Documentation"

PHPINFO

  1. NikkiWiki: "PHPINFO"

PHPRC

  1. NikkiWiki: "PHP Runtime Configuration (PHPRC)"

Oracle My Structured Query Language (MySQL)

  1. DreamHost Knowledge Base: "Creating a MySQL Database"

Wikimedia MediaWiki

  1. NikkiWiki: "Wikimedia MediaWiki"

PHP MySQL Admin (PHPMyAdmin)

  1. DreamHost Knowledge Base: "Finding Your Database Login Credentials"
  2. DreamHost Knowledge Base: "PHPMyAdmin — How to Back Up or Export a Database or Table"
  3. DreamHost Knowledge Base: "PHPMyAdmin — How to Import a Database or Table"

references

  1. DreamHost Knowledge Base
  2. FileZilla: The Free FTP Solution
  3. PHP
  4. Wikimedia MediaWiki
  5. HighlightJS
  6. PHPMyAdmin: Bringing MySQL Administration to the Web