Testing a PHP URL rewrite script to work in conjunction with Apache mod_rewrite
Wednesday, January 25th, 2006So I came up with a little scheme to generate URLs in PHP to go along with a new set of Apache mod_rewrite directives. Basically, rather than having URLs hard-coded, many of them with GET parameters attached, I needed to design a method that could first decide whether URL-rewriting is enabled (this software runs […]

