Server Admin Search
Articles Category
.htaccess File
- Details
- Category: Web Server
- Published on Wednesday, 30 November 2011 12:52
- Written by Server Administrator
- Hits: 262
.htaccess File
A buddy was asking me about .htaccess files so here you go.
A .htaccess or hypertext access file is a directory level configuration file supported by several web servers.
The original purpose of .htaccess was to allow directory access control. Now of days the .htaccess files can override many other configuration settings with in the website.
Here is an example:
AuthName "SiteName Administration"AuthUserFile /home/sitename.com/.htpasswdAuthType basicRequire valid-userOrder deny,allowDeny from allAllow from 24\.205\.23\.222Allow from w3.org htmlhelp.comAllow from googlebot.comSatisfy Any
Good Link:
http://httpd.apache.org/docs/1.3/howto/htaccess.html
If there are any questions, please see out forum at http://forum.the-server-admin.com.
Free domain name for your Web Server
- Details
- Category: Web Server
- Published on Thursday, 01 December 2011 00:48
- Written by Server Administrator
- Hits: 151
Free domain name for your Web Server
I have seen a few people asking about free domain names. I have been using .TK for years. .TK has started to give people free DNS control on the free domain .TK gives out. This is a good way to get a domain up and going for free. I still think people should aim to get a .com but that is just me.
If you have a domain and want rename the domain, one can use .tk to rename their domain.
Here is the .tk link:

http://www.dot.tk/en/index.html?lang=en
If there are any questions, see our forum at http://forum.the-server-admin.com

