Questions tagged as 'redirecionamento'

2
answers

CakePhp does not redirect to the Online server

Good morning! I'm using the cakephp framework, but I have a problem with no solution so far ... I have a login controller, I commented the entire login code and left only the trex    $ this-> redirect (array ('controller' => 'nomedocontorl...
asked by 22.05.2015 / 15:43
1
answer

Redirect page with error message

Good afternoon, I have a question Is this command correct? http://localhost/site/index.php#contato?info=Email%20Vazio    index.php # contact? info = Email% 20Value This is the function that sends the command but the page is at t...
asked by 01.11.2017 / 20:15
3
answers

301 https protocol redirect to http

I would like to do a 301 redirect (via .htaccess) only on 1 link I have https to http without changing any other server or protocol link. Link https: link Redirect To: link NOTE: Note that the link is the same only changes the https...
asked by 20.06.2014 / 22:02
4
answers

Redirect problem in Wordpress

After a change in the Wordpress administrative panel settings, it was no longer possible to access any page other than the homepage, the administrative panel itself, and the appearance of the site menu was unconfigured. When I try to access a...
asked by 11.11.2015 / 12:27
1
answer

Real estate site system and redirection for each targeted domain

I'm developing a real estate system in which when the user does his registration he gets a basic URL to access his site. Example: foo.bar/modelo/1/site.php?id=73646 That is, all the files in the real estate system are inside the director...
asked by 21.12.2015 / 16:48
2
answers

Cookies for Smart Search in E-commerce

I want to do, for example, on Saraiva's website: link When doing a search (eg "Hitchhiker's Guide to the Galaxy") the url is directed to a smart search url: link They are totally different but identical sites, and they import the...
asked by 19.02.2014 / 12:38
2
answers

PHP Redirect

Is there any API and / or function, in PHP, that redirects the pages of my site, according to the locality of the person? Example: If it is not BR, redirect to the English page.     
asked by 23.06.2016 / 20:07
1
answer

Domain redirection in virtual store

Good morning! I am finalizing the development of a virtual store that I will work with for rent. So far so good: I have the following problem. I want to let all clients have always used the same administrative system and store, but of cour...
asked by 18.05.2015 / 19:10
1
answer

Redirect .com.br domain to .com

I have two domains: the main one is the .com and the secondary is the .com.br I need to make it every time you go to www.domain.com, it redirects to www.domain.com, even when you have a subfolder, for example: www.domain.com/test redirect to...
asked by 13.01.2015 / 18:08
1
answer

Redirect Cross-Domain AJAX Request in PHP

I have code that redirects an AJAX request and it works normally on localhost , but on the cross-browser server the request is not redirected. header('Location: http://dominio.com/endereco'); exit; Is it possible to block AJAX request red...
asked by 14.03.2016 / 22:16