Woohoo! I worked some Apache mojo today to "alias" the file-name of this home page (index2.html) to ยป index.rad.
That's so cool! Thanks to Nigel (Ghost Developer from New Zealand) for holding my hand. Here's the code I used to work this magic (added to .htaccess file):
RewriteEngine on
RewriteRule ^index.rad index2.html
Thus far, this technique has only been applied to the home page (starting with a baby-step). But in the future, I'd like to expand its use .. to 'radify' other key pages.
Continue reading Rad Apache Mojo via Mod_Rewrite Engine.