Top "Http-redirect" questions

When a URL is updated the server sends a HTTP redirect message with the updated URL.

Redirect root URL - IIS 7

I have some forums installed on my site at http://ironnoob.com/forums. My website lives in c:\IronNoob and …

windows iis url-rewriting http-redirect
IIS 7.5 Redirect only one subdirectory

I have an asp.net application deployed under IIS 7.5 Version with several sub domains under it. I would like to …

iis-7 http-redirect
HTTP 302 Redirect to a CORS request is dropped by browsers

I am loading a HTML page with some javascript from site A. Javascript sends a HTTP GET request to site …

cors http-redirect
Redirect vs RedirectMatch

I am new to this community though have heard a lot about it. So, I am here today to get …

php apache .htaccess url-redirection http-redirect
301 Redirect for all pages to new site Except 1 directory

Im trying to create a 301 redirect for all pages but one directory to a new site, but Im having trouble …

apache .htaccess http-redirect
Rails after form submitted redirect to empty form page again

I'm building a page with a simple contact form. After users submit the form, I'd like it to redirect back …

html ruby-on-rails forms post http-redirect
What is the correct URL format to send to an HTTP proxy server?

When my application requests a particular URL from a server (over https), it gets a 301 Moved Permanently redirection. However the …

https proxy http-redirect
Htaccess redirect all files from subdirectory in one domain to another domain

I am trying to create a permanent htaccess redirect (301) from all files in one directory in one domain, to another …

.htaccess redirect http-status-code-301 http-redirect
Why does the 304 status code count as a "redirect?"

I am currently trying to understand how exactly 304/Not modified qualifies for the 3xx-range class of HTTP status codes. RFC 1945, …

http http-status-codes http-redirect http-status-code-304
Passing a variable from [HttpPost] method to [HttpGet] method

I am redirecting the view from [HttpPost] method to [HttpGet] method. I have gotten it to work, but want to …

asp.net-mvc http-post http-get http-redirect