Questions tagged as 'redirect'

0
answers

Force https redirect to specific page http

I have a site that is in https , but there is a specific page that pulls information from another site that is not in https , which prevents the page in question from correctly loading the content because the browser is blocking load...
asked by 27.07.2017 / 16:31
1
answer

Site redirection error

My site always redirects from www.idealnutri.com/magnesio-dimalato to www.idealnutri.com/magnesio-dimalato/ (WITH BAR IN THE END). Because? How do I know what's causing this redirect? NOTE: I do not have HTACCESS on my site....
asked by 18.04.2018 / 05:40
1
answer

How to return the redirect URL with js?

I have a URL that redirects to another URL where Location is with the final URL, I want to return a var urlfinal only the final URL that is in this Location , not the URL that is heading there. Below is the closest I've co...
asked by 08.05.2018 / 02:54
1
answer

Error redirecting to a jsf page inside a bean

(RESOLVED) Error redirecting to a jsf page within a ManagerBean. I have an application in Java EE, and I want to validate within the LoginBean constructor (ViewScope) to redirect to my main page if there is already a session open and valid for t...
asked by 31.03.2017 / 22:51
2
answers

I want to check if a link was clicked and redirect it with Wordpress

Footer ) has an image that is link for a page - external to my site - from Google Docs. I want to restrict access to this Google Docs page as follows: - If the person who clicked on the image / link is not logged in , I call the login.php...
asked by 02.09.2015 / 00:58
0
answers

Rails / Nginx / Devise redirecting to http on login

Hello, I am not an underdog, I am a mere programmer enslaved by the stupidity of anyone who has money. That said, my doubt. Rails / nginx / certbot / DigitalOcean / devise are the cause of the problem, I think it's the main nginx, the co...
asked by 04.12.2018 / 16:33
0
answers

mod_rewrite in htaccess redirecting to index when trying to force https and www

Greetings, I'm trying to force rewriting URLs that do not use the HTTPS protocol and do not have the www through mod_rewriter in htacess. I'm using codeigniter, so I take the index.php. <IfModule mod_rewrite.c> RewriteEngine On...
asked by 25.09.2018 / 22:36
0
answers

Redirect with URLENCE

I can not make the link target for , I believe because of the special characters. redirect 301 link link Could you help me?     
asked by 01.08.2018 / 18:58
0
answers

Redirect only if you are on page X | Woocommerce 3+

I want to redirect the user after logging in to the main page, but only if it is on page X. This is because some pages are protected with a password. My code: add_filter('woocommerce_login_redirect', 'redirecionar'); function redirecionar()...
asked by 04.08.2018 / 16:06
1
answer

I need to receive value from a redirect with with no controller

In my class loginController I make the following path: return Redirect::to('home')->cookie($nome)->cookie($sessionid)->with('cnpj',$cnpj); I need to have this data $cnpj to pass from home.blade.php to client...
asked by 03.06.2018 / 08:17