php - How to find out on what framework or in which language was the website created? -
this question has answer here:
how can find out on framework or in language website created?
for example, if person sends me link own website has created , claims website build (for example) ruby on rails (or codeigniter (or whatever)), how can sure, used framework or language create website?
why asking... on websites elance clients ask freelancers show them examples of previous projects. so, if client, how can sure, person sends me project, created in language , framework need? because can have (for example) lot of codeigniter projects, tell me created via rails hired.
it can own server, free domain name , free hosting, (i don't care). mean how know information need, not using different internet tools can put url , description of website. because can have own server, free domain name , free hosting... website not listed there.
there no sure-fire way make determination, there things can @ can give hints.
for instance, can browse through site , see extensions urls have. url filename ending in .php
sign site written using php.
you can view page source.. many site frameworks have comments in them or other identifiers give them away. wordpress, instance, has dead giveaways in code can view in browser. comments or file/path names may identify frameworks being used.
at end of day, many of these things can covered (file extensions can hidden and/or modrewrite can used clean urls, , comments/code can changed remove framework identifiers), these possible ways identify how site implemented.
Comments
Post a Comment