Hey, I know its possible to hide the fact your server is using php by changing the file extension so instead of .php you can display .zzz using the following: AddType application/x-httpd-php .php .zzz However if i changed this to: AddType application/x-httpd-php .php .asp would this cause some errors in browsers since the .php file extension would be .asp?
hi the browser just does what it is told to do (well most of the times) You can use .asp and run it via php - just don't change server platform from nix / sun to something with w Expat