home *** CD-ROM | disk | FTP | other *** search
/ Neil's C++ Stuff / 2014-11-mediatemple-neilstuff.zip / gibdon / .htaccess next >
Text File  |  2014-11-20  |  398b  |  9 lines

  1. Options +FollowSymLinks
  2. RewriteEngine On
  3.  
  4. # redirector script for find.gibdon.com
  5. RewriteCond %{HTTP_HOST} \.gibdon\.com$
  6. RewriteRule ^([a-z0-9]+)\.html$ http://www.gibdon.com/search?label=$1 [L,QSA]
  7. RewriteRule ^background\.jpg$ http://neilstuff.googlecode.com/svn/trunk/gibdon/starfield.gif [L,QSA]
  8. RewriteRule ^favicon2\.ico$ http://neilstuff.googlecode.com/svn/trunk/gibdon/favicon.ico [L,QSA]
  9.