Skip to content

Commit

Permalink
Merge pull request #9 from pfrlv/main
Browse files Browse the repository at this point in the history
Fix for merging
  • Loading branch information
pfrlv authored Jan 23, 2022
2 parents 3540d55 + fd1d76a commit 1bec208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ RewriteEngine on
RewriteRule (^|/)\.(?!well-known\/) index.php [L]

# Block all files in the content folder from being accessed directly
RewriteRule ^content/(.*) index.php [L]
RewriteRule ^stoorage/(.*) index.php [L]

# Block all files in the site folder from being accessed directly
RewriteRule ^site/(.*) index.php [L]
RewriteRule ^app/(.*) index.php [L]

# Block direct access to Kirby and the Panel sources
RewriteRule ^kirby/(.*) index.php [L]
Expand Down

0 comments on commit 1bec208

Please sign in to comment.