need to increase security of my website

Job ID: 39512048

Budget: ₹1,500 – ₹12,500 INR

Monitoring & Logs
Regularly check Laravel logs (/storage/logs) for suspicious activity.

Use cPanel AWStats or integrate with tools like Cloudflare or Fail2Ban
File Upload Security
Check:

File size.

MIME type.

Disallow executable extensions (e.g., .php, .exe).

Store uploads outside public folder if possible.
Block Common Attacks
Install Web Application Firewall (WAF) via Cloudflare.

Use .htaccess to:

Block bots and bad IPs.

Prevent directory listing:
Related categories: PHP Linux Web Security Apache MySQL