diff --git a/admin/database/.htaccess b/admin/database/.htaccess index 3bf8ec08..28f68f7c 100644 --- a/admin/database/.htaccess +++ b/admin/database/.htaccess @@ -1,4 +1,4 @@ -deny form all +deny from all # Developed by: TanHongIT # Website: https://tanhongit.com - https://tanhongit.net diff --git a/content/.htaccess b/content/.htaccess index 3bf8ec08..28f68f7c 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,4 +1,4 @@ -deny form all +deny from all # Developed by: TanHongIT # Website: https://tanhongit.com - https://tanhongit.net diff --git a/lib/.htaccess b/lib/.htaccess index b318a1af..3418e55a 100644 --- a/lib/.htaccess +++ b/lib/.htaccess @@ -1 +1 @@ -deny form all \ No newline at end of file +deny from all \ No newline at end of file diff --git a/logs/.htaccess b/logs/.htaccess index b318a1af..3418e55a 100644 --- a/logs/.htaccess +++ b/logs/.htaccess @@ -1 +1 @@ -deny form all \ No newline at end of file +deny from all \ No newline at end of file