Saturday, April 26, 2014

GIT: How to secure git deployment on website

follow below instructions to secure git folder on website:

a) create .htaccess in .git folder

b) add below lines to it

Order deny,allow
Deny from all

No comments:

Post a Comment