Hi,
Is there a way of having a static-looking request like robots.txt, page.html, index.html, styles.css... handled using PHP?
The applications would include higher security by hiding the type of programming languages used by the web server. In the case of robots.txt, it can be very useful because robots.txt is a special address that can't be specified to be at any other address(ie. robots_txt.php).
I found something called something related called [link=
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html]mod_rewrite[/link]. Have you heard about it? If you have, do you know if that can do what I was asking?