Post by AskApache Apr 10, 200722 comments
Apache .htaccess and httpd.conf have the power to send and manipulate HTTP Header Requests like sending P3P privacy headers, Content-Type: UTF-8, Content-Language, etc. The power is immense and you can do some really cool stuff with HTTP Headers!
Category: Htaccess
Post by AskApache Mar 02, 200712 comments
301 Redirects using Apache mod_rewrite or RedirectMatch in .htaccess or httpd.conf
Category: Htaccess
Post by AskApache Feb 06, 20071 comment
Use these standards best-practices to achieve more powerful links in terms of SEO, EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, and ACRONYM
Category: SEO
Post by AskApache Feb 05, 200716 comments
- When php run as Apache Module (mod_php)
- When php run as CGI
- When cgi?d php is run with wrapper (for FastCGI)
Category: PHP
Post by AskApache Jan 25, 20074 comments
Apache server performance can be improved by adding additional hardware resources such as RAM, faster CPU, etc.
Category: Optimization
Post by AskApache Jan 23, 20073 comments
This article is a quick and easy HowTo detailing the use of Wireshark or another network sniffing program to debug your Apache .htaccess or httpd.conf files.
Category: Software
Post by AskApache Jan 03, 200714 comments
Category: Hosting
Post by AskApache Dec 05, 200622 comments
2 awesome ways to implement caching on your website using Apache .htaccess or httpd.conf. Both methods are extremely simple to set up and will dramatically speed up your site!
Category: Htaccess
Post by AskApache Nov 28, 2006comment
Using FastCGI on DreamHost and .htaccess
Category: Shell Scripting
Post by AskApache Nov 19, 2006comment
Category:
Post by AskApache Nov 07, 20061 comment
mod_rewrite is very useful in many situations. Yet some behaviors were not so obvious when I started to mess with it. After many testings, I understand it much better, now. Having said that, I do not pretend to know it perfectly. I also make mistakes.
Category: Htaccess