rus87/lost_bikes/master/.htaccess - Htaccess File

rus87/lost_bikes/master/.htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|uploads|robots.txt)
RewriteRule ^(.*)$ index.php/$1 [L]

order deny,allow 
deny from all
allow from 109.200.249.27

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache