saydulk/stalker_portal/master/storage/.htaccess - Htaccess File

saydulk/stalker_portal/master/storage/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ rest.php?q=$1 [L,QSA]
</IfModule>

<Files ~ "(ini|sh|dumpstream)$">
  Order Allow,Deny
  Deny from All
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache