Questions tagged as 'url'

0
answers

Send parameter to URL Protocol

I'm developing a plug-in for a web application where I have to run audios from a particular server, but these audios will run on the user's player (because it has proprietary format audios). The idea was to create a new URL protocol in regedit t...
asked by 23.10.2018 / 22:44
0
answers

Hide Url in content.php

Hi, I have a login system where only people who are logged in can see the page that I am comparting use the header in php to appear, but the URL of the collection appears, and I would like to hide .. someone knows how to do it ? I already change...
asked by 23.09.2018 / 01:53
1
answer

Change URL in localhost (.htaccess)

I would like to change the URL of my local server. I use XAMPP. I believe you need to create or change .htaccess . In fact, I have already created the file and placed it in the root of the localhost, that is, in the htdocs directory. I...
asked by 19.09.2018 / 01:56
1
answer

How to rewrite a URL

Good afternoon, guys. Could you help me with my doubt? I wanted to rewrite a URL. For example: <a href="#Contato">Contato</a> that points to a DIV ID Contact, however, the URL is: https://site.com/index.php#Contato and w...
asked by 19.09.2018 / 19:14
2
answers

Hide a url

I have a problem, I tried Htaccess but I do not know if I did it right and nothing was right. I have a client registry, and when I am in the clients folder and I am going to make a change in a registry it shows in the url this: link The pro...
asked by 23.08.2018 / 17:45
0
answers

Virtual Host Tomcat - Port / URL

I'm new to tomcat and stopped at two issues; 1) I have how to see which url is coming and through it to play within my example application link being in the server .xml the tomcat port is 8095 and not 80. 2) The application is a third pa...
asked by 26.07.2018 / 21:47
0
answers

MySQL Read HTTP URL

I would like mysql to read a url through a SELECT I searched and saw that you have a here answer. I did the whole procedure as it is in this link , but without success The select would call the url as in this example here...
asked by 25.07.2018 / 23:48
0
answers

Help with getDownloadUrl firebase

I have a project that records image and name of a product registration in firebase and I'm trying to load those images into a recyclerview, but stopped at getDownloadUrl. Since I am a beginner I have researched more without success.  If anyone c...
asked by 31.07.2018 / 04:52
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
1
answer

PATH_INFO does not show "extras"

I'm using $_SERVER["PATH_INFO"] to pass values to the backend through the url, other than ?chave=valor , instead, /:valor/ (I identify the colon and return a variable with that name) when I have a request for url //valor/...
asked by 11.07.2018 / 22:32