‘Apache’ Category

Answers containing the keyword ‘apache’

Control Caching Of Dynamic Web Pages
How to control caching of dynamic web pages.

Hotlink Protection
How to protect files from hotlinking

Apache Module Mod_rewrite Test Page
A test page for the Apache mod_rewrite module showing which variables mod_rewrite receives.

Drop In PHP Caching Function
Cache complex content using PHP without greatly modifying the existing code structure.

Prevent Caching Of Dynamic Web Pages
How to prevent caching of web pages using PHP.

Redirect To A Mobile Site Using Mod_rewrite
How to use Apache’s mod_rewrite .htaccess rules to redirect mobile devices to a different version of your site, while still allowing a “View Full Site” link.

Template-Based Site
Make a simple PHP-based template-drive site

Useful Linux Commands
A little list of basic commands I keep needing, but which I don’t use often enough to bother remembering. It’s basically an online sticky note. These are specific to CentOS.

Bypass PHP Output Buffering When Using Apache Mod_deflate
How to output content immediately to the browser by bypassing PHP’s output buffering using flush() & ob_flush() while still using Apache mod_deflate to compress page contents.