Home > Tutorial > URL Redirection

URL Redirection

URL Redirection URL redirection, juga disebut dengan URL forwarding dan sangat mirip teknik domain redirection juga disebut domain forwarding, adalah teknik pada World Wide Web untuk membuat sebuah halaman web yang tersedia dalam banyak URL. Pengguna internet mungkin saja salah ketik URL-misalnya, "exampel.com" dan "exmaple.com". Organisasi ini sering mendaftarkan "mis-spelled" domain dan kembali langsung kepada "benar" lokasi: example.com. Misalnya: alamat example.com dan example.net dapat kedua redirect ke satu domain, atau halaman web, seperti example.org. Teknik ini sering digunakan untuk "cadangan" lainnya TLDs dengan nama yang sama, atau membuat lebih mudah untuk benar ". Edu" atau ". Net" untuk mengarahkan ulang yang lebih dikenal ". Com" domain. Selain itu pula URL Redirect digunakan untuk kepentingan strategi marketing bagi sebuah organisasi atau perusahaan dalam kegiatan marketingnya. Sebagai contoh, apabila kita mempunyai perusahaan dalam pembuatan website, bisa kita pergunakan nama-nama domain yang sudah familiar, misalnya "website.com/net", "jasawebsite.com/net" atau nama lainnya yang sudah familiar. Tujuan dari ini dimaksudkan untuk membidik pangsa dengan keyword (kata kunci) yang berhubungan dengan market (pasar) pelanggan kita. Dari sekian tehnik URL Redirection, Salah satunya dengan menggunakan metode frame redirection. Teknik ini dipakai oleh salah satu peyedia domain gratis ".tk (dot tk)". Salah satu perbedaan utama untuk mengarahkan ulang metode di atas adalah bahwa untuk bingkai redirect, browser menampilkan URL dari bingkai dokumen dan tidak URL dari halaman target pada URL bar. Teknik ini umumnya disebut cloaking. Ini dapat digunakan agar pembaca yang lebih menyenangkan melihat URL atau, dengan tujuan penipuan, untuk menyembunyikan sebuah phishing situs sebagai bagian dari situs web spoofing. Contoh Script URL Redirection dengan metode Frame Redirection adalah sebagai berikut :

<frameset rows="100%"> <frame src="http://www.example.com/"> </frameset> <noframes> <body>Please follow <a href="http://www.example.com/">link</a>!</body> </noframes> Kita bisa modifikasi seperti berikut ini  jika kita inginkan Judul (title), Deskripsi (Description) dan Meta ditampilkan pada website tersebut :

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>sample-title</title> <link rel="index" title="sample-title" href="" /> <meta name="description" content="sample-description" /> <meta name="keywords" content="sample-meta" /> <link rel="canonical" href="" /> </head>

<frameset rows="100%"> <frame src="http://source-redirect.com/"> </frameset> <noframes> <body>Please follow <a href="http://source-redirect.com/">link</a>!</body> </noframes> Contoh penggunaan URL Redirection ini bisa dilihat pada http://www.limbahb3.com yang di-redirect ke http://www.tenangjaya.com Kesimpulan : Dengan menambah URL Direction kita bisa menambah domain-domain pilihan kita untuk mengarahkan ke situs utama kita. Dengan teknik ini diharapkan user (pengguna internet) dapat mengetahui link kita.

Related Website for URL Redirection



Warning: file_put_contents() [function.file-put-contents]: Only 0 of 18089 bytes written, possibly out of free disk space in /home/sigitsas/public_html/wp-content/plugins/simplepie-core/simplepie.inc on line 8250

Warning: /home/sigitsas/public_html/wp-content/cache/1206f34b1fc0a77b7b615ed5c0d6046f.spc is not writeable in /home/sigitsas/public_html/wp-content/plugins/simplepie-core/simplepie.inc on line 1769
  • Creative E-Publishing: Domains, Hosting and FTPoh my!, Web hosting is similar to "renting" space on the Web, either by the month or year. You rent that space according to the size and needs of your website. Many companies that sell domains also handle hosting, allowing you to work with just one account; ... Redirect domain to blog URL: By redirecting your domain name, a person visiting www.creativeepublishing.com would be rerouted to your blog; once they arrive, the URL changes to the creativeepublishing.wordpress.com URL. ...
  • George's Technology Blog » Blog Archive » Redirecting Dynamic URL , Redirecting Dynamic URL to Static using .htaccess. I (finally) found some documentation today on how to redirect a dynamic URL to a static URL. For example changing www.example.com/page.php?article=22 to www.example.com/apples-and-oranges. php ... In this last example, &color=22 is ignored. Resources for this post: http://www.webmasterworld.com/apache/3365089.htm http://www.seoverflow.com/blog/seo/setting-up-301-redirects-for-dynamic-urls/. March 11th, 2010 in Web Design ...
  • 301 Redirect Vs. 302 Redirect « J.M. Field Marketing Blog, So when you use a 302 instead of a 301 redirect, the original URL remains in Google's index and maintains its position as if the page was never moved. The good thing with redirects is that the users who visit your website will ...
  • php for | softwareapprentice.com, When designing a website, it is sometimes necessary to redirect the user to another URL that are trying to access. This power can be performed using HTTP redirect normally, however, sometimes simply do not apply or, if you want to do ...
  • Url rewriting auto redirect - PHP, how can i access the .htaccess file. i have been created a .htaccess file and write the code wat i want. this is working fine when i should type url with correct formate which i mention in the .htaccess file. i want to redirect page ...
  • WordPress 301 Redirect: Tips and Techniques, Other methods, such as doing a temporary redirect (302), using JavaScript or a meta refresh redirect, are not friendly to search engines and can result in improper crawling of website content. ... Other reasons why you should do a permanent 301 redirect are to maintain search engine rankings, such as in Google. If you have an old, ranking URL in Google and move to a new, permanent location, a 301 redirect can pass the search engine ranking score of the old ranking URL ...
  • integrated marketing & design » Handling duplicate content, If you don't like to meddle with code, or with new file creation, or anything like that, you can use the handy URL Redirection Manager available with all our shared web hosting plans, where a simple web interface will allow you to ...
  • Zscaler Research: Are URL shorteners really dangerous?, URL scanners are applied on both the initial short and redirected long URL requests. If the long URL is a known malicious site, it will be stopped whether or not the the user clicks directly on the long URL, or on a shortened URL. ...

Related Video


Fatal error: Call to undefined function shortcode_tubematic() in /home/sigitsas/public_html/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()'d code on line 65