personalised-semantic-search/GSorsOx/master/GSorsOx/web/.htaccess - Htaccess File

personalised-semantic-search/GSorsOx/master/GSorsOx/web/.htaccess

Options -Indexes

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
#RewriteCond %{REMOTE_ADDR} !138.232.65.141

RewriteRule .* index.php

On Github License

Files

Download PDF of Htaccess file
REMOTE_ADDR, REQUEST_FILENAME

Comments

Apache