Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   How to know a website is static or dynamic (http://siteownersforums.com/showthread.php?t=191993)

suchi987 04-07-2017 05:44 AM

How to know a website is static or dynamic
 
Hi everyone,

Is there any ways that we can check a website is either dynamic or static or when visiting a few pages in a website you can know whether it is a static or dynamic website.
Please share your experience.

fredpeterson543 04-14-2017 05:35 AM

A functionality based website is always considered as dynamic website. Where as a website that is not featured with any sort of functionality is considered as static website.

bharat22492 04-15-2017 11:36 PM

Superb question.

Look at the HTTP headers
View -> Developer -> Developer Tools and check if any server-side engines have added headers e.g. X-Powered-By: Express indicates Express running in Node.js which is likely dynamic(but not always)

AliceArifova 04-26-2017 06:26 AM

A functionality based website is always considered as dynamic website. Where as a website that is not featured with any sort of functionality is considered as static website.

AliceArifova 04-27-2017 11:04 PM

A functionality based website is always considered as a dynamic website. Where as a website that is not featured with any sort of functionality is considered as a static website.

manavatmix 04-28-2017 04:24 AM

This is an excellent thread on this topic https://www.quora.com/How-do-I-check...ic-or-dynamic#

albertocosta 04-28-2017 05:09 AM

You can tell about the page that dynamic or static. some time i confused but when we source code then we can track or also if page has login facilities its dynamic.

adityadev 02-19-2019 06:35 AM

A static site is all written in plain HTML code and that code output will be displayed to the user. A dynamic website is written using a server-side scripting language such as PHP, asp, jsp or ColdFusion.


All times are GMT -7. The time now is 04:18 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.