In this article we're going to take a look at the .htaccess file and the web.config file. We'll discuss what they are, and how they're used with Cloud Sites.
If you are using Windowa IIS, ASP/.NET then please click the web.config link to skip to the next portion of this article.
If you are using Linux as your primary technology, then please continue reading below.
What is .htaccess and what is it used for?
Wikipedia explains the .htaccess file as follows:
"In several web servers (most commonly Apache), .htaccess (hypertext access) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. The .htaccess file is placed inside the web tree, and is able to override a subset of the server's global configuration; the extent of this subset is defined by the web server administrator. The original purpose of .htaccess was to allow per-directory access control (e.g. requiring a password to access the content), hence the name. Nowadays .htaccess can override many other configuration settings, mostly related to content control."
For more information, and several examples, the following links are highly recommended:
For a more comprehensive technical overview, please see the Apache documentation on .htaccess files.
On the Rackspace Cloud Sites platform, .htaccess can be used for handling certain points of website security, PHP configuration changes, as well as website operations. Let's review some of the features.
.htaccess and website security
Security
PHP
Operation
What is web.config and what is it used for?
Wikipedia explains the web.config file as follows:
Web.config is the main settings and configuration file for an ASP.NET web application. The file is an XML document that defines configuration information regarding the web application. The web.config file contains information that control module loading, security configuration, session state configuration, and application language and compilation settings. Web.config files can also contain application specific items such as database connection strings.
For more information and several examples, the following links are highly recommended:
Below are some of the most commonly used functions for the web.config file:
© 2011-2013 Rackspace US, Inc.
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

0 Comments
Add new comment