source:
noc/html/.htaccess
@
573
Last change on this file since 573 was 42, checked in by presbrey, 18 years ago | |
---|---|
File size: 154 bytes |
Rev | Line | |
---|---|---|
[42] | 1 | |
2 | RewriteEngine On | |
3 | RewriteCond %{REQUEST_FILENAME} !-f | |
4 | RewriteCond %{REQUEST_FILENAME} !-d | |
5 | RewriteCond %{REQUEST_FILENAME}.php -f | |
6 | RewriteRule ^(.*) $1.php |
Note: See TracBrowser
for help on using the repository browser.