Questions tagged as 'redirecionamento'

2
answers

Is there a way to redirect to another page when I click on a div?

I have a div: <div class="col-lg-4 col-sm-6"> //Essa aqui <section class="panel div-border-red"> <div class="symbol red"> <i class="fa fa-eye"></i> </div>...
asked by 07.10.2016 / 19:22
1
answer

https redirect problem

I have a rather bizarre problem here. We have two sites on the same server running with Nginx ; one has HTTPS certificate and the other does not. The problem is that if a client enters the site without the certificate and places the HTTP...
asked by 07.03.2014 / 15:05
1
answer

How to use redirect methods with Java Servlets

Hello, I have a server_server.jsp page with a form that when submitted goes to ServletInsertOrderService that inserts the form data into the database. I am trying to cause that when the data is entered, the browser returns to the server_ser...
asked by 09.05.2015 / 17:23
2
answers

301 redirect out of domain with htaccess

I have a www.dominio1.com.br domain that points to the root of my site and another www.dominio2.com.br domain configured as a redirector for www.dominio1.com.br/novo . However, I would like the url to continue to see www.d...
asked by 02.03.2015 / 01:51
1
answer

Can you hide the redirect, but keep the link for download?

I made a simple favlet to make it easy to convert videos from YouTube for audio: <a href="javascript:!function(){window.location.href='http://www.youtubeto.com?task=MP3&url='+window.location.href;}();">youtubeto : mp3</a>...
asked by 09.01.2017 / 18:44
2
answers

Redirecting HTTP requests

I have the following problem: I want to redirect (through .htaccess) the urls below with temporary redirect ( HTTP/1.1 302 Moved Temporarily ) Examples: http://www.site.com.br/artigo/0/ to http://www.site.com.br/artigo/1/...
asked by 18.02.2014 / 16:02
1
answer

How do I get the final URL of a JS redirect?

I was trying to make a code to get the final redirect url of some links, I could do for most of the links I needed, so I could not: link All other links worked with urllib2 or requests. s = requests.Session() r = s.get(lili[i], he...
asked by 23.04.2017 / 17:10
1
answer

How to do a bypass in an HTTP redirect?

Is there any way to do a bypass and access the page? For example: if(!isset($variavel)) { header ('Location: error.php'); } else { echo 'oi'; }     
asked by 06.03.2014 / 04:47
1
answer

How to create country redirects?

How can I do to create country redirects? I mean, let's suppose I get a visitor to Mexico , so I would have to redirect to meusite.com/mx/ , since if I get a visit from Brazil go to meusite.com/br/ or even if you receive a Po...
asked by 29.06.2014 / 21:37
3
answers

Redirect from "domain.com.br" to "subdomain.xyz.com.br"

I'm having a redirection / pointing problem, and I think it's some bad server configuration. I have a VPS (digital ocean) running Ubuntu14 (terminal) with Apache, PHP5, MySql. I have full access to the DNS settings of this VPS and domains (Regis...
asked by 07.07.2015 / 15:36