HTACCESS: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
Resources for configuring Apache Hypertext Transfer Protocol (HTTP) Server Access (<code>.htaccess</code>) files.
Resources for configuring <strong>Apache Hypertext Transfer Protocol (HTTP) Server Access (<code>.htaccess</code>)</strong> files.


* [https://help.dreamhost.com/hc/articles/216456227/ <cite>DreamHost Knowledge Base</cite>: "HTACCESS Overview"]
* [https://help.dreamhost.com/hc/articles/216456227/ <cite>DreamHost Knowledge Base</cite>: "HTACCESS Overview"]

Revision as of 2026-04-09T22:20:54

Resources for configuring Apache Hypertext Transfer Protocol (HTTP) Server Access (.htaccess) files.

redirects

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/

references

  1. Apache HTTP Server Project