-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.htaccess
33 lines (27 loc) · 1.01 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
##RewriteEngine On
##RewriteCond %{HTTP_REFERER} !^$
##RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mouseboundgaming.com [NC]
##RewriteRule \.(jpg|jpeg|png|gif)$ http://i.imgur.com/DLkHj.jpg [NC,R,L]
##RewriteRule ^access/(.*)$ /MagUp2abrakeprEwAnej4negUp45ata4/$1 [R=301,NC,L]
##RewriteRule ^([^\.]+)$ $1.php [NC,L]
##<IfModule mod_headers.c>
## Header add Access-Control-Allow-Origin "*"
##</IfModule>
##<Files ~ "^.*\.([Hh][Tt][Aa])">
## order allow,deny
## deny from all
## satisfy all
##</Files>
##<IfModule mod_expires.c>
## ExpiresActive On
## ExpiresByType image/jpg "access 1 year"
## ExpiresByType image/jpeg "access 1 year"
## ExpiresByType image/gif "access 1 year"
## ExpiresByType image/png "access 1 year"
## ExpiresByType text/css "access 1 month"
## ExpiresByType application/pdf "access 1 month"
## ExpiresByType text/x-javascript "access 1 month"
## ExpiresByType application/x-shockwave-flash "access 1 month"
## ExpiresByType image/x-icon "access 1 year"
## ExpiresDefault "access 2 days"
##</IfModule>