Skip to content

Commit

Permalink
Merge pull request #314 from Vakrug/313_htaccess_files
Browse files Browse the repository at this point in the history
Updated syntax to apache 2.4. version.
  • Loading branch information
l0gicgate committed Jul 23, 2023
2 parents c905826 + 3b43bd6 commit 0de43e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
Options All -Indexes

<Files .htaccess>
order allow,deny
deny from all
</Files>

<IfModule mod_rewrite.c>
# Redirect to the public folder
RewriteEngine On
Expand Down
5 changes: 0 additions & 5 deletions public/.htaccess
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
Options All -Indexes

<Files .htaccess>
order allow,deny
deny from all
</Files>

<IfModule mod_rewrite.c>
RewriteEngine On

Expand Down

0 comments on commit 0de43e0

Please sign in to comment.