‘Hosting’ Category

Answers containing the keyword ‘hosting’

Delete Comment Spam From Gallery
How to mass delete comment spam from Gallery

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

Hotlink Protection
How to protect files from hotlinking

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

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.