HTACCESS: Difference between revisions
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) |
Nicole Sharp (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 25: | Line 25: | ||
# https://www.mediawiki.org/wiki/Manual:Short_URL/Apache#Setting_up_the_rewrite_rules | # 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. | AddType "text/plain; charset=utf-8" .txt | ||
# Copyright (C) 2026-04- | |||
# Apache Hypertext Transfer Protocol Server Access (HTACCESS) for Nicole Sharp's Website: https://www.nicolesharp.net/ | |||
# Content in this file is available under the Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 International Public License | # Copyright (C) 2026-04-11 Nicole Sharp (NicoleSharp.net) | ||
# Content in this file is available under the Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 International Public License: https://www.nicolesharp.net/wiki/CC_BY-SA | |||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 38: | Line 38: | ||
[[category:webdevelopment]] | [[category:webdevelopment]] | ||
[[category:APACHE]] | |||
Latest revision as of 2026-04-11T20:18:09
Resources for configuring Apache Hypertext Transfer Protocol (HTTP) Server Access (.htaccess) files.
intro
- DreamHost Knowledge Base: "HTACCESS Overview"
- Apache HTTP Server Project Documentation: "HTACCESS Files"
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
AddType "text/plain; charset=utf-8" .txt
# Apache Hypertext Transfer Protocol Server Access (HTACCESS) for Nicole Sharp's Website: https://www.nicolesharp.net/
# Copyright (C) 2026-04-11 Nicole Sharp (NicoleSharp.net)
# Content in this file is available under the Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 International Public License: https://www.nicolesharp.net/wiki/CC_BY-SA