Search
Categories
My recent reads
Where Wizards Stay Up Late: The Origins Of The Internet
The Wikipedia Revolution
The Wright Brothers
Category Archives: Programming
URL Redirects
I’m losing count of the number of ways URL redirection can be accomplished, but I thought I’d share my experience related to one method in particular: Apaches’ rewrite_mod: (enabled using the command: a2enmod rewrite) Below are two example rewrite rules … Continue reading
Posted in Apache, Programming
1 Comment