Search found 1 match
Page 1 of 1
Search found 1 match
Re: Move the storage directory outside of the web directory
We could avoid all that move thing outside of the webroot if we add a simple Apache htaccess to `/storage/` directory: ## no access to this folder # Apache 2.4 <IfModule mod_authz_core.c> Require all denied </IfModule> # Apache 2.2 <IfModule !mod_authz_core.c> Order Allow,Deny Deny from all </IfModu...
Jump to post- Thu Feb 13, 2020 9:07 am
- Replies 14
- Views 22779
Page 1 of 1
Search found 1 match