Add .htaccess to FAQ

This commit is contained in:
Kyle Drake 2016-07-11 16:22:28 -07:00
parent 69996cb5e8
commit 69186f1814

View file

@ -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>