Redirection
Results 1 - 15 of 15
Creating a TinyURL Clone
This tutorial will explain how to create a basic clone of the TinyURL service. If you've never heard of it, TinyURL allows you to turn long URLs into shorter links so they can be easily sent via email or other means. It might be fun to create your own...
(show more)
How to Refresh a web page or redirect
There are many useful functions in PHP. Refresh function is a real focus and helps to us to redirect apage or refresh page itself. Let's see it in action. .
PHP Simple Browser Redirect
It is an simple example wich will take the visitators to one page if they are using Internet Explorer, and to another page if the visitator is using another tipe of browser.
The most interesting part of this is that this code is, that it has to be...
(show more)
Macronimous - The need for PHP code refactoring
Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not...
(show more)
PHP redirect page
In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection.
PHP Browser Redirect Tutorial
A situation may come up when you want to redirect a user depending on what browser they are using. This is a simple tutorial that will teach you how to redirect users depending on what browser they are using.
PHP browser redirect
Learn how to program a simple php script borwser redirect. Simple, complete and easy to learn using a simple example of the code with explications and many more.
Alright, this is a simple little script which will take you to one page if you're using...
(show more)
Php .htaccess mod_rewrite tutorial
There are a lot of tutorials that show how to change an address like:
1. www.mysite.com/products.p hp?product_id=1234
into others like:
2. www.mysite.com/products/1 234
In this article we'd like to go one step forward and create something...
(show more)
Redirect function with permanent 301 redirect support
An example of simple function ae_redir() for HTTP redirect. It supports relative site paths and permanent(seo-compatible) redirects. There is also function ae_redir_die() which stops execution of script after sending redirect.
Redirect users by browser language
Give a professional touch to your site learing how to redirect your website users basing the choice on the language that is set in the browser.
eLouai's redirect and pagerank tip
A simple tutorial for creating search engine friendly redirects, using the server side 301 (Moved Permanently) redirect. And other tips plus source.
How to tempt Google to index your Site despite redirection
This short tutorial shows you how to redirect UserAgents with PHP and still getting indexed by Google!
PHP Auto Redirection
Learn how to make auto redirection with PHP. There is nothing much to learn, just a little code.
Redirecting the Web Browser with PHP
Learn how to use HEADER functions to redirect the users web browser transparently using PHP.
simple redirection
For designer who use many html files for his/her site to specific browser, this is just a sample you can customise by yourself.
