Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat are common file extensions for web programming languages?
    text
    copied!<p>What file extensions are used most commonly by different languages? Please don't put source file names (like .java) but rather extensions that would be present in a URL for rendered pages.</p> <p>Here is my (alphabetized) list so far</p> <ul> <li>ASP Classic <ul> <li>asp</li> </ul></li> <li>ASP.NET <ul> <li>aspx</li> <li>axd</li> <li>asx</li> <li>asmx</li> <li>ashx</li> </ul></li> <li>CSS <ul> <li>css</li> </ul></li> <li>Coldfusion <ul> <li>cfm</li> </ul></li> <li>Erlang <ul> <li>yaws</li> </ul></li> <li>Flash <ul> <li>swf</li> </ul></li> <li>HTML <ul> <li>html</li> <li>htm</li> <li>xhtml</li> <li>jhtml</li> </ul></li> <li>Java <ul> <li>jsp</li> <li>jspx</li> <li>wss</li> <li>do</li> <li>action</li> </ul></li> <li>JavaScript <ul> <li>js</li> </ul></li> <li>Perl <ul> <li>pl</li> </ul></li> <li>PHP <ul> <li>php</li> <li>php4</li> <li>php3</li> <li>phtml</li> </ul></li> <li>Python <ul> <li>py</li> </ul></li> <li>Ruby <ul> <li>rb</li> <li>rhtml</li> </ul></li> <li>SSI <ul> <li>shtml</li> </ul></li> <li>XML <ul> <li>xml</li> <li>rss</li> <li>svg</li> </ul></li> <li>Other (C, perl etc.) <ul> <li>cgi</li> <li>dll</li> </ul></li> </ul> <p>Any more? I'll keep updating this based on comments. Largest correct additions (or deletions) is the accepted answer. </p> <p>Aside: This is for comparing language use online: <a href="http://blog.paulisageek.com/2009/10/file-extensions-on-internet.html" rel="noreferrer">http://blog.paulisageek.com/2009/10/file-extensions-on-internet.html</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload