source: noc/html/.htaccess @ 916

Last change on this file since 916 was 42, checked in by presbrey, 17 years ago
scripts.mit.edu NOC graphing
File size: 154 bytes
Line 
1
2RewriteEngine On
3RewriteCond %{REQUEST_FILENAME} !-f
4RewriteCond %{REQUEST_FILENAME} !-d
5RewriteCond %{REQUEST_FILENAME}.php -f
6RewriteRule ^(.*) $1.php
Note: See TracBrowser for help on using the repository browser.