Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My client will not let me have access to the htaccess file on the server I'm hosting his new website on because of concerns about the security of his e-commerce store. How do I use HTML5 Boilerplate WITHOUT using the htaccess file?

I am very very new to all of this so please explain as clearly as possible.

share|improve this question

2 Answers

up vote 2 down vote accepted

.htaccess provides fine-tuning of your server settings. It is not necessary, but recommended. If your hosting don't allow you to use .htaccess, just don't use it.

share|improve this answer
Well, I loaded up the entire boilerplate on my server and nothing is working - locally or on my remote server. I assumed it had something to do with the htaccess file, but I guess I am wrong. Hmm. Thanks. – imakeitpretty Aug 10 '12 at 13:30
I don't need a server config at all? When I go to initializr.com, which is just customized H5BP, one of the options is server config. – imakeitpretty Aug 10 '12 at 13:30
@imakeitpretty You may need it for some concrete task, but it's not necessary for deploying your website, using BoilerPlate – Edward Ruchevits Aug 10 '12 at 13:33

You don't need the htaccess. The only thing you might need are the mime types. The otehr stuff is optional.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.