Questions tagged as 'url'

1
answer

Redirecting URLs from the same domain via htaccess

I would like to direct through htaccess two url of the same domain, type 301. Example: Redirect meusite.com.br/customer-service to meusite.com.br/central-atendimento I tried the following code in the file .ht...
asked by 06.07.2018 / 16:31
0
answers

Error while ordering

I am trying to make a request in a REST API to use PHP Unirest. The error that appears when I print is:    Bad URL, colon is first character The error:    PHP Fatal error: Uncaught Unirest \ Exception: Bad URL My code: <?php r...
asked by 29.06.2018 / 13:21
0
answers

Masking URL in Wordpress Menu Links

In my site in Wordpress I have links to external servers in the menu, but show the IP and Port of these servers, ie in the menu I have: Link1 que vai para o IP 111.111.111.111:5556/pagina, Link2 que vai para o IP 222.222.222.222:5555/pagina,...
asked by 01.07.2018 / 21:04
1
answer

target blank at URL

On my site I have a floating button that has an image and allows me to put a URL, however, you do not have the option to open in a new tab. You only have the space for the URL. I would like to know if you can do the target=_blank direc...
asked by 30.05.2018 / 04:44
1
answer

Route problem with MVC 5 C #

I already researched, I spent 2 hours burning my skull but I did not find a solution. Has anyone ever had this problem? I have the following link: link Controller -> Fabricante Action -> EditarRegistro Param01 ->53 Param02 -...
asked by 08.06.2018 / 15:56
0
answers

Get active tab URL in chrome vb.net

Good morning, I've been searching in various places, including here in the stack, but I have not found an effective way to capture the URL of the active google chrome tab. Does anyone know of any way to make it work currently? The ways I found...
asked by 12.05.2018 / 05:34
0
answers

Laravel 5.6 - Error passing 2 parameters in url

Hello, I'm trying to pass 2 parameters to my controller using url and I'm getting the following error message:    Missing required parameters for [Route: teacher.average_faults] [URI:   teacher / average-faults / {team} {matter}]. My view...
asked by 12.05.2018 / 21:18
0
answers

ngRoute otherwise you are not redirecting

Hello, I'm trying to redirect the page when the url invalidates, but I'm not getting it, I've looked in other forums and I've researched but I can not find what it can be ... Follow the source: raiz_app = $("#raiz_app").val(); $routeProvider.w...
asked by 10.04.2018 / 21:46
0
answers

Avoid changing the special characters in URI writing

I'm using the google maps API in my project but I'm having a little problem. To mount the URL I'm using a URI that concatenates with buildUpon so with the example below. Uri uriBase = Uri.parse(urlBase).buildUpon() .appe...
asked by 06.03.2018 / 20:54
2
answers

How to configure apache to ignore the directory in the url?

I have a directory inside my root folder called "mydir" where there are several files, currently I access these files like this: link My question is how do I configure .htaccess so I can access (show the user) these files like this:...
asked by 25.02.2018 / 21:23