Securing and Optimise Your Application with .htaccess
Assalamualaikum,
I just came through with some of the requirement where I need to secure my Laravel application, and also to speed up, my application. You may use it in your application, put it on document root and make sure related module to your web server is loaded.Here are some of the requirement to secure my application:
I just came through with some of the requirement where I need to secure my Laravel application, and also to speed up, my application. You may use it in your application, put it on document root and make sure related module to your web server is loaded.Here are some of the requirement to secure my application:
- Prevent Directory Listing
- Prevent Server Information Display in Response Header
- X-Frame-Options
- XSS Protection
- Specify X-Content-Type-Options
- Block bad bots
- Disable TRACE Method
- Expiry
- Compression
.htaccess
: