hımmm o zaman giris-yap diye bir dosya oluşturun içine index.html diye bir dosya açın içine
<html>
<title>Sayfa Yönelendirme</title>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.siteadi.com/wp-admin">
</head>
<body>
</body>
</html>
bu kodu
yada iframe kullanın
<html>
<head>
<title></title>
</head>
<frameset framespacing="0" border="false" frameborder="0" rows="0,*">
<frame name="header" scrolling="no" noresize target="main" src="" marginwidth=
"0" marginheight="0">
<frame name="main" src="http://siteadi.com/wp-admin" scrolling="auto" marginwidth="0"
marginheight="0" noresize>
<noframes>
<body topmargin="0" leftmargin="0">
</body>
</noframes>
</frameset>
</html>
istediğim bu değil, giriş yapmamış bi kullanıcı site.com/wp-admin yazınca bizi site.com/wp-login.php ye yolluyor ya, işte ben wp-login.php yerine site.com/giris-yap/ sayfasına yönlendirmek istiyorum