Closed Thread
Results 1 to 5 of 5

Thread: Tell if a site is running PHP or ASP

  1. #1
    dirkfirst is offline Programming Expert
    Join Date
    May 2006
    Posts
    354
    Rep Power
    23

    Tell if a site is running PHP or ASP

    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.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Crane's Avatar
    Crane is offline Programming Expert
    Join Date
    Nov 2005
    Posts
    398
    Rep Power
    25
    I think you can look at the return headers somehow but I am not sure.

  4. #3
    Dan
    Dan is offline Programmer
    Join Date
    Jun 2006
    Posts
    145
    Rep Power
    0
    Thats correct crane - you need to look at the HTTP response headers,
    if the server is PHP it will most likely say something like

    X-Powered-By: PHP/4.4.2
    and if it is asp it will say something like:

    Server: Microsoft-IIS/5.0

  5. #4
    dirkfirst is offline Programming Expert
    Join Date
    May 2006
    Posts
    354
    Rep Power
    23
    Great, thank you guys! This helps a lot!

  6. #5
    Kaabi Guest
    This is helpful to know, except I can't see myself usefully applying this knowledge anytime in the near future.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. JS script tries to convert my site to site full ajax
    By pierrehs in forum JavaScript and CSS
    Replies: 2
    Last Post: 09-22-2011, 09:12 AM
  2. Running two programs
    By Apprentice123 in forum C and C++
    Replies: 13
    Last Post: 11-06-2010, 09:50 AM
  3. Linear Site And a Hierarchical Site?
    By big-tony in forum Website Design
    Replies: 5
    Last Post: 07-30-2009, 02:19 PM
  4. What Linux OS are you running?
    By EGS in forum Linux/Unix General
    Replies: 11
    Last Post: 04-03-2008, 01:39 PM
  5. What distribution is running?
    By Hektor in forum Linux/Unix General
    Replies: 3
    Last Post: 02-25-2008, 05:10 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts