Questions tagged as 'redirecionamento'

0
answers

How to redirect to a page with node js?

I can do this more with a route, but I want to do something like: app.redirect(url); and not: app.get('/', function(req, res) { res.redirect(url); }); Can anyone help me? vlw, and obgd!     
asked by 18.03.2016 / 18:21
0
answers

Redirect to another sub-domain with addition of flash attributes (RedirectAttributes) does not work

My question is related to adding attributes in the RedirectAttributes interface. I'm adding two flash attributes in the redirect, but the redirect does not only change the URI but the subdomain as seen in the method below: @RequestMap...
asked by 23.03.2016 / 15:13
0
answers

Error 418 Wordpress, SSL Redirection and W3 plugin

I bought an SSL certificate for my blog and then edited .htaccess to include 301 redirect. I got a response that there were too many redirects and then I checked the file and found the commands created by the W3 plugin, used for...
asked by 21.02.2016 / 21:42
1
answer

How to redirect website to desktop version?

My site has two versions: Desktop and Mobile. When I access the mobile "www.mysite.com", I am redirected to the mobile version: "m.mysite.com". To do this, I'm using this very cool project called Mobile Detect So far so good. The s...
asked by 21.10.2016 / 15:13
1
answer

redirect page javascript after animation

Well, I'm making a game in HTML5 + CSS3 + JavaScript and I'm in the part of the initial menu. I wanted the button before redirecting the page to make an animation. The animation part is working fine, but from the moment I enter that part of the...
asked by 24.03.2016 / 16:31
1
answer

How to redirect a domain to a subdomain?

I have a site that generates sites in real time, each site created is generated a subdomain to access it, for example the operation of wordpress.com >, getting like this: link . How do I, after hiring a new domain, redirect it to the subdo...
asked by 15.08.2014 / 07:14
1
answer

Redirect domain to given server folder via htaccess

I have two domains that point to my server, both for the public_html root folder. I need each domain to access a particular folder. Example: www.dominio1.com.br points to the folder / domain_1 www.dominio2.com.br points to the folder /...
asked by 12.06.2017 / 16:14
2
answers

How to redirect to HTTPS?

I'm using CloudFlare and my URLs with HTTPS are already working, but only if I type link if I do not write https, it keeps pointing to http. My hosting is Windows and I was informed by it that I could not use .htaccess to do the redirect b...
asked by 27.06.2017 / 22:28
1
answer

Redirect via COOKIE

Hello My client needs the user to be redirected to the page where he was accessing before finishing the previous session. For example: User Accessed -> Page A (CRIOU THE COOKIE) User is logged out. When the user returns to the site,...
asked by 14.03.2016 / 23:17
1
answer

Redirect with curl

I'm trying to login to a curl account but it does not go to the final page. Site map: form page. page that receives the post (the curl is stopped here). 200 OK Restricted page (curl does not arrive here). 302 Object moved Does anyo...
asked by 07.10.2018 / 05:04