diff --git a/www/dynamic/.gitignore b/www/dynamic/.gitignore index 0318876..d32047b 100644 --- a/www/dynamic/.gitignore +++ b/www/dynamic/.gitignore @@ -1,3 +1,4 @@ * !.gitignore -!.gitkeep \ No newline at end of file +!.gitkeep +!.htaccess \ No newline at end of file diff --git a/www/dynamic/.htaccess b/www/dynamic/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/www/dynamic/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/www/extern/.htaccess b/www/extern/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/www/extern/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/www/fragments/.htaccess b/www/fragments/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/www/fragments/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/www/internals/.htaccess b/www/internals/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/www/internals/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/www/pages/.htaccess b/www/pages/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/www/pages/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/www/statics/.htaccess b/www/statics/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/www/statics/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/www/temp/.gitignore b/www/temp/.gitignore index 0318876..d32047b 100644 --- a/www/temp/.gitignore +++ b/www/temp/.gitignore @@ -1,3 +1,4 @@ * !.gitignore -!.gitkeep \ No newline at end of file +!.gitkeep +!.htaccess \ No newline at end of file diff --git a/www/temp/.htaccess b/www/temp/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/www/temp/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file