I want to know what is .htaccess file? What is the hack behind this file? Why it is included in html5boilerplate? Is this work in IIS?
|
closed as not constructive by Marcin, Aurelio De Rosa, Gaby aka G. Petrioli, thirtydot, Graviton Feb 16 '12 at 12:34
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
See comprehensive overview of it on wikipedia.
|
|||
|
|
|
.htcaccess files are like configuration files used with Apache Servers. |
|||||
|
|
|
.htaccess file is directory-level configuration file use in Apache server. .htaccess file is use for permission to access your directory in server, Redirect pages, URL rewriting, Block any IP, To display your customize(different html files created by you) error pages if user enter a wrong url etc. |
|||
|
|