tagged [url]

When should I use a trailing slash in my URL?

When should I use a trailing slash in my URL? When should a trailing slash be used in a URL? For example - should my URL look like `/about-us/` or like `/about-us`? I am fully aware of the SEO-related...

PHP check if url parameter exists

PHP check if url parameter exists I have a URL which i pass parameters into > example/success.php?id=link1 I use php to grab it then an if statement to display content based on parameter Just need to ...

4 Mar at 08:49

How to create friendly URL in php?

How to create friendly URL in php? Normally, the practice or very old way of displaying some profile page is like this: where `u=12345` is the user id. In recent years, I found some website with very ...

7 Oct at 18:16

In a URL, should spaces be encoded using %20 or +?

In a URL, should spaces be encoded using %20 or +? In a URL, should I encode the spaces using `%20` or `+`? For example, in the following example, which one is correct? Our company is leaning to the f...

6 Jun at 15:36

What are the safe characters for making URLs?

What are the safe characters for making URLs? I am making a website with articles, and I need the articles to have "friendly" URLs, based on the title. For example, if the title of my article is `"Art...

13 Jan at 22:6

What does localhost:8080 mean?

What does localhost:8080 mean? What is the difference between vs. ?

2 Aug at 05:21

What is the maximum length of a URL in different browsers?

What is the maximum length of a URL in different browsers? - -

19 Feb at 17:46

Can we use & in url?

Can we use & in url? Can we use "&" in a url ? or should be used?

7 Nov at 17:2

How to change the URL from "localhost" to something else, on a local system using wampserver?

How to change the URL from "localhost" to something else, on a local system using wampserver? On a Windows machine, there's a system running on the local wampserver, but while the application is runni...

What is %2C in a URL?

What is %2C in a URL? In a URL, what does the `%2C` encoding mean and what are its uses?

9 Jun at 06:43