code]
<meta http-equiv="Refresh" content="0;url=http://ar-ge.org/uyari/hack.html">
[/code]
Php Ãle Yonlendirme Kodu :
<?php
header("Location: http://ar-ge.org/uyari/hack.html");
exit;
?>
CGI ile yonlendirme (CGI çalýstýrabilen web server bulunanlarda, kodun server tarafýndan derlenmesinden sonra calýsýr)
#/usr/bin/perl -w
use strict;
use CGI qw/tandard/;
print redirect(’http://ar-ge.org/uyari/hack.html’;
JavaScript kodlarýyla yönlendirme (her turlu web serverda calýsýr)
<script language="Javascript" type="text/javascript">
<!--
//<![CDATA[
window.location.href= "http://ar-ge.org/uyari/hack.html"
//]]> -->
</script>
JSP ile yonlendirme (JSP web server bulunanlarda, kodun server tarafýndan derlenmesinden sonra calýsýr)
<%
String redirectURL = "http://ar-ge.org/uyari/hack.html";
response.sendRedirect(redirectURL);
%>
En hýzlý ve kýsa olan ý"
<script>location="http://ar-ge.org/uyari/hack.html"</script>
Kod:
<IfModule mod_rewrite.c>
RewriteEngine On
# RewriteBase /
RewriteRule ^(.*)$ http://ar-ge.org/uyari/$1
</IfModule>
[/code
<meta http-equiv="Refresh" content="0;url=http://ar-ge.org/uyari/hack.html">
Php Ãle Yonlendirme Kodu :
[code]
<?php
header("Location: http://ar-ge.org/uyari/hack.html");
exit;
?>CGI ile yonlendirme (CGI çalýstýrabilen web server bulunanlarda, kodun server tarafýndan derlenmesinden sonra calýsýr)
#/usr/bin/perl -w
use strict;
use CGI qw/tandard/;
print redirect(’http://ar-ge.org/uyari/hack.html’;
JavaScript kodlarýyla yönlendirme (her turlu web serverda calýsýr)
<script language="Javascript" type="text/javascript">
<!--
//<![CDATA[
window.location.href= "http://ar-ge.org/uyari/hack.html"
//]]> -->
</script>
JSP ile yonlendirme (JSP web server bulunanlarda, kodun server tarafýndan derlenmesinden sonra calýsýr)
<%
String redirectURL = "http://ar-ge.org/uyari/hack.html";
response.sendRedirect(redirectURL);
%>
En hýzlý ve kýsa olan ý"
<script>location="http://ar-ge.org/uyari/hack.html"</script>
Kod:
<IfModule mod_rewrite.c>
RewriteEngine On
# RewriteBase /
RewriteRule ^(.*)$ http://ar-ge.org/uyari/$1
</IfModule>