uweb/UW-WP-Insight/master/.htaccess
<Files wp-login.php>
AuthType UWNetID
require user tcmiller kilianf jh1 ghills cheiland
</Files>
<Files xmlrpc.php>
AuthType UWNetID
require user tcmiller kilianf jh1 ghills cheiland
</Files>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /insight/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /insight/index.php [L]
</IfModule>
Files
