Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'm relatively new to Umbraco development, and notice the instance I'm using doesn't seem to contain a .htaccess file.
I'd like to implement HTML5 Boilerplate's .htaccess file:
https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess
I assume this will cause no issues in terms of Umbraco when implemented, but I'm unsure of where to place it. Is the root folder that also contains "default.aspx" OK for this, or does it need to go somewhere else?
Many thanks,
Alec
The .htaccess file is not supported with IIS.http://learn.iis.net/page.aspx/557/translate-htaccess-content-to-iis-webconfig/
Ah, that would explain it. Many thanks!
For anyone interested, this offers some useful suggestions:
https://github.com/h5bp/server-configs
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Correct location of .htaccess file?
Hi,
I'm relatively new to Umbraco development, and notice the instance I'm using doesn't seem to contain a .htaccess file.
I'd like to implement HTML5 Boilerplate's .htaccess file:
https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess
I assume this will cause no issues in terms of Umbraco when implemented, but I'm unsure of where to place it. Is the root folder that also contains "default.aspx" OK for this, or does it need to go somewhere else?
Many thanks,
Alec
The .htaccess file is not supported with IIS.
http://learn.iis.net/page.aspx/557/translate-htaccess-content-to-iis-webconfig/
Ah, that would explain it. Many thanks!
For anyone interested, this offers some useful suggestions:
https://github.com/h5bp/server-configs
is working on a reply...