Search found 1 match
- Sun May 11, 2014 9:46 am
- Forum: General Discussion
- Topic: Enable .htaccess ?
- Replies: 2
- Views: 9967
Re: Enable .htaccess ?
Nginx doesn't support .htaccess files. .htaccess files are a resource/performance hog and this is not good for your website/server speed. Every time Apache handles a request it first checks and processes any .htaccess file in the same directory as the file it is serving. Not everyone knows this but ...