Skip Navigation

Hi. I'm Dave, the internet addict behind FeedbackFair, Cheatography and Envoy.

Tagged with "server"

You can subscribe to this tag by rss or view all tags.

Cheat Sheets

mod_rewrite (V1)

mod_rewrite Cheat Sheet (V1)

A quick reference guide for mod_rewrite, including server variables, flags and regular expression syntax. Also includes examples of commonly-used rules.

Articles

No articles found matching this tag.

Blog and Lab

Block Referrer Spam (Updated)

Referrer spam is becoming increasingly common. At best, it will only render your log files useless. At worst, it can cause your site to be dropped by search engines and your running costs to skyrocket. Here's how to block spurious referrers.

Click here to read this post »

14 September 2005   |   41 comments   |   howto, webdev, server, spam, referrer, wordpress, htaccess, admin, apache

SQL Server, PHP and Truncating Text

PHP and SQL Server are a powerful combination, however sometimes data stored in a text type column is truncated for no apparent reason after 4096 characters. Here's how to fix the problem.

Click here to read this post »

22 December 2004   |   13 comments   |   server, text, mssql, php, sql