a2ialabelme/LabelMeAnnotationTool/master/.htaccess
Options +Includes +ExecCGI
AddHandler cgi-script .cgi .sh .pl
AddType text/html .shtml
AddHandler server-parsed .shtml
XBitHack on
BrowserMatchNoCase macintosh Mac
BrowserMatchNoCase MSIE InternetExplorer
<Files "tool.html">
AddType application/xhtml+xml html
AddHandler server-parsed .html
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_ACCEPT} !application/xhtml+xml
RewriteCond %{HTTP_ACCEPT} (text/html|*/*)
RewriteCond %{REQUEST_FILENAME} .*.html
RewriteRule ^.*$ - "[T=text/html,L]"
</Files>
<Files "unit_tests.html">
AddType application/xhtml+xml html
AddHandler server-parsed .html
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_ACCEPT} !application/xhtml+xml
RewriteCond %{HTTP_ACCEPT} (text/html|*/*)
RewriteCond %{REQUEST_FILENAME} .*.html
RewriteRule ^.*$ - "[T=text/html,L]"
</Files>
RewriteEngine on
RewriteRule ^index.html$ index.php
On Github License
Files