Questions tagged as 'url'

4
answers

How to check if an image exists on a remote URL?

In order to be able to administer a website from a server other than the one on which the website is hosted, the problem of dealing with remote images has arisen. Common problems: Verify that the image actually exists before creating link...
asked by 10.01.2014 / 00:17
3
answers

How can I simplify URLs for a website?

To access a particular area of the site, I have to indicate one to three parameters in the URL: Normal URL: # aceder a um módulo http://www.meusite.com/index.php?mod=john # aceder a um sub-módulo: http://www.meusite.com/index.php?mod=joh...
asked by 28.12.2013 / 10:37
4
answers

What is the difference between; and & in a URL?

I was looking at a website to add in a C # application, I noticed a link similar to this: www.site.com.br/index.php?post=yes;user=1521; The parameters are separated by ; (semicolon). I accessed the same page by changing the ;...
asked by 26.01.2016 / 18:11
6
answers

Difference between absolute and relative URLs in page content

The contents of the page can be requested by entering a complete URL, relative or relative to the root of the location where our base file (usually index.php or index.html ): Full <script src="http://www.meusite.com/assets...
asked by 22.01.2014 / 20:41
3
answers

What are friendly URLs?

What are friendly URLs? What is your purpose? When is it recommended to use friendly URLs instead of regular URLs? Is it related to performance?
asked by 13.05.2016 / 15:20
3
answers

What do the two consecutive points (..) mean in a file path?

I still do not understand what this means. Why should I put these two points? Example: ..\Images/Logo.png     
asked by 28.10.2016 / 19:33
1
answer

Asp.net MVC adding application name in URL

I have a domain on a shared server and inside it I have some subfolders that are set up as applications in IIS 7. Within the main domain I have created subdomains that redirect to applications / folders. Ex: www.domain.com subdomai...
asked by 21.01.2014 / 18:38
2
answers

Why does the address of some sites contain number after the www?

Why are there urls that contain any numbers after the www? (www1, www3, www12) What does this influence? Can I create a link like this? Ex: link link link     
asked by 06.05.2015 / 18:40
2
answers

Trigger an action when a given hash is found in the URL

The idea is to start an animation when a given hash is found in the URL. Example Taking the example of a page whose navigation works by hash: <nav> <ul> <li><a href="#john">John</a></li> &l...
asked by 15.01.2014 / 02:46
1
answer

URL :: previous () returns incomplete path

As I'm studying the book Code Bright , I get errors from time to time. But this one did not find a solution in Google. When doing Redirect::to() from one route to another should be displayed the previous full address, but only appears...
asked by 23.01.2014 / 20:59