I am newbie for LAMP dev environment. is it possible to change the apache responses with a Linux shell script? Let’s assume Browser request http://www.sam.com/styles/main.css and I want to serve http://www.sam.com/styles/main_new.css not main.css. I want to do this by using apache or Linux script. is this possible ? (sometimes this may be a silly question :D)
Thanks!
Asoka
You can learn something about url rewrite. And it is not possible to change the apache response by a linux shell.