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...
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...
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...
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...
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...
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...
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.
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...
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...
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...