Archive for the ‘Web Server’ Category

In the beginning If you have a directory in you website, which you want to keep restricted access. Easy, fast and secure solution is to use Apache authentication functionality. Step one – passwords file. First you’ll need a file with all users and their encrypted passwords. It looks something like this: user1:7yefORPzkOGtw user2:Zwes8W.81oqJ2 Usernames are [...]

URL Redirect

Posted: September 6, 2009 in Web Server

Today i am posting about how to redirect the WebSite using different web code such as php , asp, apache handler etc. It is very useful when we need to redirect user’s example.com to www.example.com as supporting to them with common web developer’s code and server handler . Apache .htaccess URL Redirect The code to [...]