Many times, people use the git repository to host websites in productions by clone-push-pull but it has one drawback, it appears the .git directory is accessible via the web. How we can prevent this? Here there are 2 ways which are recommended given below;
- One redirects to a 404 aka to issue a 404 (w/ mod_rewrite):
- Redirect it to the domain root
Git Tutorials | Github Tutorials | Git using Github Crash Course
Latest posts by Rajesh Kumar (see all)
- How to install & configure Datadog Integration with Apache HTTPD? - September 7, 2023
- Detailed Guide on NewRelic Troubleshooting? - September 6, 2023
- HashiCorp Vault on AWS - September 6, 2023