Scriptads Home
Search script
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Circular preloader
 3. Easy payments...
 4. FFTW with OpenCV
 5. Basic...
 6. Phase...
 7. Menu with...
 8. UserGate...
 9. Two Levels XML...
10. PixExpose
more ...
Top rated
 1. JavaScript...
 2. Essential PHP...
 3. Flash strip...
 4. JaxterChat ...
 5. Pixel Ad Script
 6. Building...
 7. Smash Bugs | ...
 8. UserGate...
 9. Export MS...
10. PHP to detect...
more...

HOME > ASP > Redirection

 Redirection scripts

HTTP 301 Permanent Redirection Techniques
This article describes how to properly redirect a web page using an HTTP 301 status code and Location header. The 301 status code is used to indicate that a page has permanently moved. Multiple techniques are presented with recommendations.
 
Language specific response
A tutorial showing how to get information from browser with Request.ServerVariables("HTTP_ACCEPT_LANGUAGE"). A list of available languages are included in the tutorial, and two examples: Redirecting visitors to lenguage specific pages, and
 
Object Moved
A small code snippet that lets you eliminate 'Object Moved, This object may be found here' problem that occur on IIS server with some versions of proxy servers.