See Our Webmaster Tools for Windows and Mac

                                  

What is Static URL..?

Started by zinavo, April 13, 2017, 03:03:01 AM


sinelogixtech

A static URL is a URL that does not change depending on input from a remote database or server, but stays the same with each page load. Static URLs are the norm for pages that do not contain interactive elements based on the results of a web administrator's remote data.


cordtec

A static URL is one in which the content of the web page remains the same as long as the changes are not hard coded within the HTML.

ultimezshruti

URLs are classified into two types: static and dynamic. A static URL is one in which the content of the web page remains the same as long as the changes are not hard coded within the HTML. On the other hand, a dynamic URL is one which is a result of a search within a website driven by a database running on some script

satheesh

URLs are classified into two types: static and dynamic. A static URL is one in which the content of the web page remains the same as long as the changes are not hard coded within the HTML. On the other hand, a dynamic URL is one which is a result of a search within a website driven by a database running on some script.