source: tags/fc9-eol/noc/html/.htaccess @ 1613

Last change on this file since 1613 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.