dsd-meetme/backend/master/.htaccess - Htaccess File

dsd-meetme/backend/master/.htaccess

##GIT START

<Files "git.sh">
Order Allow,Deny
deny from all
</Files>

<Files ".gitignore">
Order Allow,Deny
deny from all
</Files>

##GIT END

RewriteEngine On

#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !git_receiver.php
RewriteCond %{REQUEST_FILENAME} !update.php
RewriteCond %{REQUEST_FILENAME} !routes.php
RewriteCond %{REQUEST_FILENAME} !sync.php
RewriteCond %{REQUEST_FILENAME} !optimise.php
RewriteCond %{REQUEST_FILENAME} !optimiseDemo.php
RewriteRule ^ public/ [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache