We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c96aa commit e98512bCopy full SHA for e98512b
.htaccess
@@ -0,0 +1,19 @@
1
+<files “.htaccess”>
2
+order allow,deny
3
+deny from all
4
+</files>
5
+
6
+Options +FollowSymlinks
7
+ RewriteEngine On
8
+ rewritecond %{REQUEST_FILENAME} !^(.+).css$
9
+ rewritecond %{REQUEST_FILENAME} !^(.+).js$
10
+ rewritecond %{REQUEST_FILENAME} !file.php$
11
12
13
+RewriteEngine On
14
+ RewriteCond %{HTTP_REFERER} !^$
15
+ RewriteCond %{HTTP_REFERER} !^http://(www\.)?site.com/ .*$ [NC]
16
+ RewriteRule \.(gif|jpg|swf|flv|png)$ /feed/ [R=302,L]
17
18
19
+Options All -Indexes
0 commit comments