mirror of
https://github.com/Findus23/Maturaball.git
synced 2024-08-27 19:52:14 +02:00
robots.txt und .htaccess hinzugefügt
This commit is contained in:
parent
15b199e051
commit
a944964e72
2 changed files with 20 additions and 0 deletions
18
.htaccess
Normal file
18
.htaccess
Normal file
|
@ -0,0 +1,18 @@
|
|||
<IfModule mod_expires.c>
|
||||
# Enable expirations
|
||||
ExpiresActive On
|
||||
# Default directive
|
||||
ExpiresDefault "access plus 1 month"
|
||||
# My favicon
|
||||
ExpiresByType image/x-icon "access plus 1 year"
|
||||
# Images
|
||||
ExpiresByType image/gif "access plus 1 week"
|
||||
ExpiresByType image/png "access plus 1 week"
|
||||
ExpiresByType image/jpg "access plus 1 week"
|
||||
ExpiresByType image/jpeg "access plus 1 week"
|
||||
# CSS
|
||||
ExpiresByType text/css "access plus 1 week"
|
||||
# Javascript
|
||||
ExpiresByType application/javascript "access plus 1 week"
|
||||
</IfModule>
|
||||
|
2
robots.txt
Normal file
2
robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
Loading…
Reference in a new issue