yurukov/GovAlert-framework/master/.htaccess - Htaccess File

yurukov/GovAlert-framework/master/.htaccess

<Files deploy.php>
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
</Files>

RewriteEngine on

RewriteCond %{REQUEST_URI} !^/$ [NC]
RewriteCond %{REQUEST_URI} !^/index..* [NC]
RewriteCond %{REQUEST_URI} !^/.+/.*$ [NC]
RewriteRule ^(.*)$ /prod/streams/shorturl.php?code=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache