LimyDesign/api.cnamrf.ru/master/.htaccess - Htaccess File

LimyDesign/api.cnamrf.ru/master/.htaccess

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

<Files ~ ".json">
  Order deny,allow
  Deny from all
  Allow from 127.0.0.1
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache