Apache web server tutorials
Rewrite domain.com to www.domain.com using htaccess in Apache
Contributed by qmchenry on December 27, 2003 under Apache web serverYou may want all visitors to your site using www in front of your domain name (www.yourdomain.com) instead of just your domain name (yourdomain.com). By implementing a simple .htaccess RewriteRule, visitors to yourdomain.com will see the URL change in their browser as they are redirected to the correct URL.
CommentsPassword protect a web directory with .htaccess
Contributed by qmchenry on October 8, 2003 under Apache web serverApache references the .htaccess file in web document directories for access control information and other uses. A simple configuration allows password protection with multiple username/password combinations.
CommentsTest the Apache configuration file httpd.conf
Contributed by qmchenry on September 24, 2003 under Apache web serverAfter making changes to the Apache configuration file, it is a good practice to test the configuration before implementing it.
CommentsRestart Apache without closing open connections
Contributed by qmchenry on under Apache web serverAfter making changes to Apache’s configuration file (httpd.conf), it is necessary to restart Apache for the changes to take effect. A normal restart will close active connections which may cause problems for users.
CommentsPOPULAR RECIPES
- Test the Apache configuration file httpd.conf
- Rewrite domain.com to www.domain.com using htaccess in Apache
- Password protect a web directory with .htaccess
- Restart Apache without closing open connections
- Stop Apache server processes
- HowTo: Reboot the Apache Server Safely
- View our Top Tens
TECH-RECIPES BLOGS
- Facebook FishVille Cheat: Send Multiple Free Gifts to Your Neighbors
- post release: Windows 7, homegroups and me
- fall 2009 and some geek thoughts, reflections
- Facebook Cafe World Cheat: Close Your Cafe When You are Away for Long Periods of Time (to preserve your Buzz Rating)
- Facebook Cafe World Cheat: Serve Your Customers Instantly
- Facebook Cafe World Cheat: Send Multiple Free Gifts to Your Neighbors
- Windows 7 Quickie: Setting up TV recording and sharing to other Windows 7 computers (turn windows 7 into a dvr / media server)
- Mafia Wars Cheat: Send Multiple Gifts to Your Friends






