The "apache" Tag

Installing Apache, PHP and CURL on Windows

Posted March 23, 2009 by Gabriel Hurley

I got tired of having to upload every little change to the code of my web designs to the server to see if they even work at all, so I decided I'd run a local web server with PHP on my computer. If they ran Linux, this would be extremely simple. Unfortunately, I run Windows XP on both my ...

Extensionless URLs with .htaccess

Posted Jan. 14, 2009 by Gabriel Hurley

How to use mod rewrite and htaccess to do URL rewriting. Code to make extensionless URLs by passing variables to PHP or other scripts.