|
They are certainly using some kind of content management system.
You can't see PHP anywhere in the site's source code because you never see PHP in source code, unless the server is configurated incorrectly. PHP is parsed on the server's side and the output is always just HTML.
Also, it seems there are no .php (or any other) extensions in their website because they make use of Apache's URL Rewriting capabilities (or an equivalent).
|