laravel-theme icon indicating copy to clipboard operation
laravel-theme copied to clipboard

Access to /theme/* dir

Open lewyuburi opened this issue 9 years ago • 1 comments

Maybe hide the /theme/* dir and sub-dirs but not the assets.. How I can do this?

lewyuburi avatar Mar 22 '15 01:03 lewyuburi

add this line to your .htaccess file:

RewriteRule ^theme/.*.(blade.php|php)$ - [F,L,NC]

gabyrusu avatar Feb 04 '16 12:02 gabyrusu