diff --git a/cache/.htaccess b/cache/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/cache/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/content/.htaccess b/content/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/content/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/content/images/.htaccess b/content/images/.htaccess new file mode 100644 index 0000000..bb3e49d --- /dev/null +++ b/content/images/.htaccess @@ -0,0 +1,4 @@ +Deny from all + + Allow from all + \ No newline at end of file diff --git a/robots.txt b/robots.txt index cb5adb2..28a0a6b 100644 --- a/robots.txt +++ b/robots.txt @@ -17,17 +17,32 @@ # http://www.sxw.org.uk/computing/robots/check.html User-agent: * -# Directories + +# Disallow directories Disallow: /config/ Disallow: /system/ Disallow: /themes/ Disallow: /vendor/ Disallow: /cache/ -# Files + +# Disallow files Disallow: /changelog.txt Disallow: /composer.json Disallow: /composer.lock Disallow: /composer.phar -# Paths + +# Disallow paths Disallow: /search/ -Disallow: /admin/ \ No newline at end of file +Disallow: /admin/ + +# Allow themes +Allow: /themes/*/css/ +Allow: /themes/*/images/ +Allow: /themes/*/img/ +Allow: /themes/*/js/ +Allow: /themes/*/fonts/ + +# Allow content images +Allow: /content/images/*.jpg +Allow: /content/images/*.png +Allow: /content/images/*.gif \ No newline at end of file diff --git a/system/.htaccess b/system/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/system/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/system/admin/editor/.htaccess b/system/admin/editor/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/system/admin/editor/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file diff --git a/system/resources/.htaccess b/system/resources/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/system/resources/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file diff --git a/themes/.htaccess b/themes/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/themes/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/themes/blog/css/.htaccess b/themes/blog/css/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/themes/blog/css/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file diff --git a/themes/blog/fonts/.htaccess b/themes/blog/fonts/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/themes/blog/fonts/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file diff --git a/themes/blog/images/.htaccess b/themes/blog/images/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/themes/blog/images/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file diff --git a/themes/blog/js/.htaccess b/themes/blog/js/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/themes/blog/js/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file diff --git a/themes/clean/css/.htaccess b/themes/clean/css/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/themes/clean/css/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file diff --git a/themes/default/css/.htaccess b/themes/default/css/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/themes/default/css/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file diff --git a/themes/default/img/.htaccess b/themes/default/img/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/themes/default/img/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file diff --git a/themes/logs/css/.htaccess b/themes/logs/css/.htaccess new file mode 100644 index 0000000..72d0a6e --- /dev/null +++ b/themes/logs/css/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file