TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Modifications in Apache .htaccess file for web application security

2 pointsby luckystrikealmost 17 years ago

1 comment

aasaravaalmost 17 years ago
Interesting way to block some attacks early. I'm curious to hear how many people use .htaccess like this for security. Seems like these attacks would be blocked regardless if you keep your server patched and use good application design/development principals (like never trusting user input, not using GET queries for destructive operations, etc.), no?