mirror of
https://github.com/phanan/htaccess.git
synced 2018-11-08 13:39:40 +01:00
fixed the source link. it needed a trailing slash!
This commit is contained in:
parent
61cf943593
commit
a4aa24e6d4
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ Require valid-user
|
|||
|
||||
### Block Visitors by Referrer
|
||||
This denies access for all users whom are referred by a specific domain.
|
||||
[Source](http://www.htaccess-guide.com/deny-visitors-by-referrer)
|
||||
[Source](http://www.htaccess-guide.com/deny-visitors-by-referrer/)
|
||||
``` apacheconf
|
||||
RewriteEngine on
|
||||
# Options +FollowSymlinks
|
||||
|
|
Loading…
Reference in a new issue