Published in: Bash
If your website is under version control, users may be able to access your .svn files. This mod_rewrite rule serves a 404 error page if they try to access them. Place the following lines in your website's .htaccess file.
RewriteEngine On RedirectMatch 404 /\.svn(/|$)
You need to login to post a comment.
