Results tagged “apache” from Ye Olde Rad Blog III

Rad Apache Mojo via Mod_Rewrite Engine

|

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):

Apache Web Server

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.

Tags

Find recent content on the main index or look in the archives to find all content.