HTACCESS: Difference between revisions
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) m Nicole Sharp moved page Apache Hypertext Transfer Protocol Server Access to HTACCESS |
Nicole Sharp (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
* [https://help.dreamhost.com/hc/articles/215747758/ <cite>DreamHost Knowledge Base</cite>: "Force Your Site to Load Securely with an HTACCESS File"] | * [https://help.dreamhost.com/hc/articles/215747758/ <cite>DreamHost Knowledge Base</cite>: "Force Your Site to Load Securely with an HTACCESS File"] | ||
== | == redirects == | ||
* [https://help.dreamhost.com/hc/articles/215747748/ <cite>DreamHost Knowledge Base</cite>: "How Can I Redirect and Rewrite my Uniform Resource Locators (URLs) with an HTACCESS File?"] | * [https://help.dreamhost.com/hc/articles/215747748/ <cite>DreamHost Knowledge Base</cite>: "How Can I Redirect and Rewrite my Uniform Resource Locators (URLs) with an HTACCESS File?"] | ||
| Line 12: | Line 12: | ||
* [https://httpwg.org/specs/rfc9110.html#overview.of.status.codes <cite>Internet Engineering Task Force (IETF) HTTP Working Group</cite>: "Internet Standard 97 (HTTP Semantics, Overview of Status Codes)"] | * [https://httpwg.org/specs/rfc9110.html#overview.of.status.codes <cite>Internet Engineering Task Force (IETF) HTTP Working Group</cite>: "Internet Standard 97 (HTTP Semantics, Overview of Status Codes)"] | ||
== | == MediaWiki shortlinks == | ||
* [[mw:Manual:Short URL/Apache|<cite>MediaWiki</cite>: "Apache Short URL"]] | * [[mw:Manual:Short URL/Apache|<cite>Wikimedia MediaWiki</cite>: "Apache Short URL"]] | ||
== HTACCESS for <cite>Nicole Sharp’s Website</cite> == | == HTACCESS for <cite>Nicole Sharp’s Website</cite> == | ||
Revision as of 2026-04-09T21:24:07
Resources for configuring Apache Hypertext Transfer Protocol (HTTP) Server Access (.htaccess) files.
- DreamHost Knowledge Base: "HTACCESS Overview"
- Apache HTTP Server Project Documentation: "HTACCESS Files"
- DreamHost Knowledge Base: "Force Your Site to Load Securely with an HTACCESS File"
redirects
- DreamHost Knowledge Base: "How Can I Redirect and Rewrite my Uniform Resource Locators (URLs) with an HTACCESS File?"
- Wikipedia: "HTTP Status Codes"
- Mozilla Developer Network: "HTTP Response Status Codes"
- Internet Engineering Task Force (IETF) HTTP Working Group: "Internet Standard 97 (HTTP Semantics, Overview of Status Codes)"
MediaWiki shortlinks
HTACCESS for Nicole Sharp’s Website
RewriteEngine On
RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php [L]
RewriteRule ^/*$ %{DOCUMENT_ROOT}/w/index.php [L]
# https://www.mediawiki.org/wiki/Manual:Short_URL/Apache#Setting_up_the_rewrite_rules
# Apache Hypertext Transfer Protocol Server Access (HTACCESS) for Nicole Sharp's Website.
# Copyright (C) 2026-04-09 Nicole Sharp
# https://www.nicolesharp.net/
# Content in this file is available under the Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 International Public License.
# https://www.creativecommons.org/licenses/by-sa/4.0/