Typo
[AOOS.git] / .htaccess
blob284e4b9ee4c77f7fa2c34f6a5add07cb9e046256
1 DirectoryIndex index.php\r
2 RewriteEngine On\r
3 RewriteBase /~sebastian/AOOS\r
4 \r
5 RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|\.jpg|\.jpeg|\.bmp|\.png|\.gif|/[^.]*)$  [NC]\r
6 RewriteCond %{REQUEST_FILENAME} !-f\r
7 RewriteCond %{REQUEST_FILENAME} !-d\r
8 RewriteRule (.*) index.php\r
9 \r
10 AddDefaultCharset UTF-8\r