mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Add .htaccess to FAQ
This commit is contained in:
parent
69996cb5e8
commit
69186f1814
1 changed files with 19 additions and 0 deletions
|
@ -166,6 +166,25 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div class="accordion-group">
|
||||
<div class="accordion-heading">
|
||||
<a class="accordion-toggle" data-toggle="collapse" href="#cnine">
|
||||
Do you support .htaccess files?
|
||||
</a>
|
||||
</div>
|
||||
<div id="cnine" class="accordion-body collapse">
|
||||
<div class="accordion-inner">
|
||||
<p>
|
||||
No. And we don't intend to.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The .htaccess file is an Apache specific thing, and we don't use Apache for our backend. In addition, we generally don't add features to Neocities that make the functionality of sites depend on custom backend functionality (the sole exception being that we make sure "page not found" goes to "not_found.html" so you can create a custom 404.)
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<h2>Contact Form</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue