Search code examples
html.htaccesshtml5boilerplate

How do I use HTML5 Boilerplate without using the htaccess on an Apache server?


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.


Solution

  • .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.