Top "Redirect" questions

A response by a webserver, that asks the user agent to not show the response body, but instead request a different resource.

Redirect website after certain amount of time

What do I have to do to have a function on a website where it says it will redirect you …

html redirect
Redirect with CodeIgniter

Can anyone tell me why my redirect helper does not work the way I'd expect it to? I'm trying to …

php codeigniter redirect urlhelper
Nginx no-www to www and www to no-www

I am using nginx on Rackspace cloud following a tutorial and having searched the net and so far can't get …

redirect ubuntu nginx rackspace no-www
jQuery and AJAX response header

So I've got this jQuery AJAX call, and the response comes from the server in the form of a 302 redirect. …

jquery ajax redirect header http-status-code-302
Writing outputs to log file and console

In Unix shell, I have a env file (env file defines the parameters required for running the user script like …

bash shell redirect logging
Apache redirect to another port

I've struggled with this for some time and am definitely doing something wrong. I have apache server and a JBoss …

apache redirect
Page redirect after certain time PHP

There is a certain PHP function for redirecting after some time. I saw it somewhere but can't remember. It's like …

php redirect
How to redirect to an external URL in Angular2?

What is the method for redirecting the user to a completely external URL in Angular 2. For example, if I need …

redirect angular angular2-routing
How to redirect a url in NGINX

I need to redirect every http://test.com request to http://www.test.com. How can this be done. In …

redirect nginx url-rewriting
How can I find where I will be redirected using cURL?

I'm trying to make curl follow a redirect but I can't quite get it to work right. I have a …

php redirect curl