Questions tagged as 'url'

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
0
answers

What's wrong with my URLs?

I've been trying to figure out why the w3 link validator has been experiencing the following problem for a number of days:    Lines: 298, 323    http://www.climaxcontoseroticos.com/../perfil_publico.php?autor_perfil=dryka        Status...
asked by 11.03.2015 / 14:43
0
answers

Publishing asp.net application on IIS 8

I'm trying to publish my application on a windows server 2012 with IIS 8. I made the step by step go on "Site -> Add Website" fill in with the coordinates, paths, and so on. I deployed the default folder "Inetpub -> wwwroot", but I get the follo...
asked by 21.10.2014 / 20:15
2
answers

nomenclature sending form URL

Sending a form, the result of the url sent is this: search.php? checkin = 22% 2F12% 2F2017 & checkout = 10% 2F01% 2F2018 I would like it to look like this: search.php? checkin = 16/08/2017 & checkout = 25/08/2017 In your opinion, wha...
asked by 23.06.2017 / 17:03
3
answers

Get the site name in url in javascript

Well, I have the following: I can have the following situations from a url: www.example.com or link or link and also with HTTPS. I would like to take only the word "example". But I do not know where to start because you can have several situ...
asked by 23.02.2017 / 19:34
2
answers

Uppercase or lowercase URL

When it comes to SEO, does it make any difference if my site's URL is all lowercase? Example: - http://localhost/produto/livro-stackoverflow - http://localhost/Produto/Livro-StackOverflow My question is which option is recommended below...
asked by 13.01.2015 / 03:32
1
answer

Automatic friendly URL in PHP [duplicate]

I want to develop a site type migre.me , it does not use GET visible method, and its URL looks like this: http://migre.me/upR3N I want to make a system to save the URL in MySQL, and create a URL of this type, without using...
asked by 22.07.2016 / 18:16
1
answer

Download image in link with PHP parentheses

So I'm trying to download an image through a url ... I already identified the problem example: <?php $imgurl = 'http://ia.media-imdb.com/images/M/MV5BNTA2MTk3NzI5Ml5BMl5BanBnXkFtZTgwNzU2MzYyNzE@._V1_SX300.jpg'; if( !@copy( $imgurl, './t...
asked by 16.02.2017 / 17:01
1
answer

DRUPAL enable CLEAN URL

Good afternoon. I migrated a Drupal website to the hostgator and now I can not enable the Clean URL option. Can someone give me an idea how to fix it? It should probably be some configuration on the Server, but I do not know what to request f...
asked by 07.07.2015 / 15:38
2
answers

How to check if the url is true

I made this simple code to encode urls, but I would like it to work only with url checking if the protocol and hostname are correct or if the magnetic link is correct: http://www.exemplo.com/ https://www.exemplo.com/ http://exemplo.com/ https:...
asked by 26.07.2018 / 03:40