I need some help with mod_rewrite. I want mod_rewrite to force all page requests to go through a single file called main.php. However I want robots.txt and a few other files to be served directly without going through main.php. Furthermore, I need it to serve like this: file server: main.php?c1=$1&c2=$2&c3=$c3 where: www.example.com/$1/$2/$3.html Can somebody provide me with the code? I suck at writing mod_rewrite commands.