How can you tell if a site is running PHP or ASP? That is, if you can not see the file extensions like .php or .asp.
Tell if a site is running PHP or ASP
Started by dirkfirst, Jun 22 2006 03:26 PM
4 replies to this topic
#1
Posted 22 June 2006 - 03:26 PM
|
|
|
#2
Posted 23 June 2006 - 10:32 AM
I think you can look at the return headers somehow but I am not sure.
#3
Posted 28 June 2006 - 05:37 PM
Thats correct crane - you need to look at the HTTP response headers,
if the server is PHP it will most likely say something like
and if it is asp it will say something like:
if the server is PHP it will most likely say something like
Quote
X-Powered-By: PHP/4.4.2
and if it is asp it will say something like:
Quote
Server: Microsoft-IIS/5.0
#4
Posted 29 June 2006 - 08:57 AM
Great, thank you guys! This helps a lot!
#5
Guest_Kaabi_*
Posted 05 July 2006 - 07:06 PM
Guest_Kaabi_*
This is helpful to know, except I can't see myself usefully applying this knowledge anytime in the near future.


Sign In
Create Account


Back to top









