Post by AskApache Oct 07, 200711 comments
I used to have a problem of controlling flash elements on my sites.. On one site we have 6 different flash flv movies that are all the same size and are in the same position on the page. But only 1 is displayed at a time based on what the user wants to watch. So the selected flash movie needs to have the highest stacking order/zIndex.
Category: CSS
Post by AskApache Sep 23, 2007comment
Tons of awesome tips and tricks using netcat. Port redirector, nessus wrapper, capture exploits being sent by vuln scanners, etc. This is very useful for doing stuff like redirecting traffic through your firewall out to other places like web servers and mail hubs, while posing no risk to the firewall machine itself.
Category: Security
Post by AskApache Sep 10, 200712 comments
By removing the ETag header, you disable caches and browsers from being able to validate files, so they are forced to rely on your Cache-Control and Expires header.
Category: Htaccess
Post by AskApache Sep 10, 200729 comments
A first-time visitor to your page will make several HTTP requests to download all your sites files, but using the Expires header you make those files cacheable. This avoids unnecessary HTTP requests on subsequent page views.
Category: Htaccess
Post by AskApache Apr 10, 20073 comments
Server and Environment Variables are used by The Apache HTTP Server by provides a mechanism for storing information. This information can be used to control various operations such as logging or access control.
Category: Htaccess
Post by AskApache Apr 10, 20079 comments
Apache Security tips and tricks for securing Apache Web Servers using htaccess, httpd.conf, and other built-in techniques to thwart attackers. This really should be required reading for any Apache admin or user because these little tricks are so easy to do.
Category: Htaccess
Post by AskApache Mar 26, 20071 comment
Category: Web Design
Post by AskApache Mar 09, 2007comment
Use php.ini to add HTTP Headers to output
Category: PHP
Post by AskApache Feb 21, 200726 comments
CURL Guide for sending POST data form request with PHP and CURL
Category: PHP
Post by AskApache Feb 07, 20071 comment
Securing Subdirectories using unique apache htaccess solutions.
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 18, 20074 comments
Search Engine Optimization for WordPress
Category: WordPress
Post by AskApache Jan 16, 2007comment
Example shell scripts (bash or sh) that automate and easyate tasks from within the dreamhost ssh env
Category: Shell Scripting
Post by AskApache Jan 06, 20072 comments
If you want to redirect to a different version of a file based on the time, this code is for you! Please read: Serve Alternate Content based on Time
Category: Htaccess
Post by AskApache Jan 03, 200714 comments
Category: Hosting
Post by AskApache Jan 02, 20071 comment
If you examine the preferences dialog of any modern Web browser (like Internet Explorer, Safari or Mozilla), you'll probably notice a 'cache' setting. This lets you set aside a section of your computer's hard disk to store representations that you've seen, just for you. The browser cache works according to fairly simple rules. It will check to make sure that the representations are fresh, usually once a session (that is, the once in the current invocation of the browser).
Category: Optimization
Post by AskApache Dec 14, 200642 comments
Category: PHP
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