more on portfolio









August 2008
M T W T F S S
« May «-»  
 123
45678910
11121314151617
18192021222324
25262728293031






 

How to: Hide file extension using Mod Rewrite

Log entry of May 2nd 2008 05:21:00 am
Filed under: .HTAccess, Codes Related, How To, Snippets
Mod Rewrite is one of the few solutions which we use to avoid spammers and SQL injection from taken place. And today, I’m going to share with you a few tips and tricks on it. Credits goes to Roshan for an awesome tutorial on his website.

What do we need for Mod Rewrite to work? Mod_rewrite module loaded on the Apache server. A .htaccess file created on your server root.
To check …