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.
Password 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.
Test 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.
Stop Apache server processes
contributed by qmchenry on under Apache web serverThis command will safely stop apache server processes.
Restart 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.
RECENT POPULAR 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
- HowTo: Reboot the Apache Server Safely
- Stop Apache server processes
- View our Top Tens
TECH-RECIPES BLOGS
- Symfony Propel 1.4: New Project Workflow
- quickie: video on adding 3G modem to a Thinkpad Tablet
- modding: adding 3G to my Lenovo Thinkpad Tablet
- quick look: Lenovo Thinkpad Tablet (Honeycomb) and Pen (pics)
- design: my geek lair
- How to Delete Your Twitter Account
- Flash Error May Slow Down OS X Lion
- Mass Effect: Cannot See Mouse Pointer




