diff options
-rw-r--r-- | .gitattributes | 3 | ||||
-rw-r--r-- | demos/blog/protected/.htaccess | 1 | ||||
-rw-r--r-- | demos/composer/protected/.htaccess | 1 | ||||
-rw-r--r-- | demos/personal/protected/.htaccess | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f25805a8..01c536f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -592,6 +592,7 @@ buildscripts/texbuilder/build.php -text buildscripts/texbuilder/pages.php -text buildscripts/texbuilder/quickstart.tex -text demos/blog/index.php -text +demos/blog/protected/.htaccess -text demos/blog/protected/Common/BlogDataModule.php -text demos/blog/protected/Common/BlogErrorHandler.php -text demos/blog/protected/Common/BlogException.php -text @@ -659,6 +660,7 @@ demos/blog/themes/Summer/style.css -text demos/blog/themes/Winter/style.css -text demos/composer/index.php -text demos/composer/index2.php -text +demos/composer/protected/.htaccess -text demos/composer/protected/pages/ClassDefinition.php -text demos/composer/protected/pages/Home.page -text demos/composer/protected/pages/Home.php -text @@ -676,6 +678,7 @@ demos/helloworld/protected/.htaccess -text demos/helloworld/protected/pages/Home.page -text demos/helloworld/protected/pages/Home.php -text demos/personal/index.php -text +demos/personal/protected/.htaccess -text demos/personal/protected/Pages/Home.page -text demos/personal/protected/Pages/Home.php -text demos/personal/protected/Pages/Layout.php -text diff --git a/demos/blog/protected/.htaccess b/demos/blog/protected/.htaccess new file mode 100644 index 00000000..e0198322 --- /dev/null +++ b/demos/blog/protected/.htaccess @@ -0,0 +1 @@ +deny from all
diff --git a/demos/composer/protected/.htaccess b/demos/composer/protected/.htaccess new file mode 100644 index 00000000..e0198322 --- /dev/null +++ b/demos/composer/protected/.htaccess @@ -0,0 +1 @@ +deny from all
diff --git a/demos/personal/protected/.htaccess b/demos/personal/protected/.htaccess new file mode 100644 index 00000000..e0198322 --- /dev/null +++ b/demos/personal/protected/.htaccess @@ -0,0 +1 @@ +deny from all
|