uweb/UW-WP-Insight/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache