Category Archive: .htaccess
Posts about Apache and .htaccess
FeedBurner .htaccess redirect
Need to redirect your feeds to FeedBurner? Here’s how to do it with a thin slice of .htaccess.
Remove www and index.php from URL
Here’s a handy .htaccess snippet for canonicalizing URLs by removing the “www”, “index.php”, and “index.html” from all requests.
PHP trap for bad bots
Another effective trap for bad bots and spammers, built with PHP and a slice of .htaccess.
Block XSS with .htaccess
Quick snippet today that you can add to your .htaccess file to block some common XSS (cross-site scripting) attacks.