|
|
|
ÀÚÁÖ ¹¯´Â Áú¹®
|
|
Read No. 55 article |
2019-07-12 23:07:26 |
|
|
|
|
NickName |
Ç®ºñ´© |
Subject |
ƯÁ¤ ÆäÀÌÁö·ÎÀÇ URL Æ÷¿öµù ¹æ¹ýÀº? |
|
|
URL Æ÷¿öµù ÇÏ´Â ¹æ¹ý ÀÔ´Ï´Ù.
º¸Åë index.htm ¿¡¼ ÇϺΠµð·ºÅ丮·Î ¿¬°áÇϰųª ¿ÜºÎ ÁÖ¼Ò
¿¬°áÇÒ ¶§ ÀÌ¿ëµË´Ï´Ù.
1. ¸ÞŸÅ±׸¦ ÀÌ¿ëÇÑ ¹æ¹ý
<meta http-equiv="Refresh" content="0; URL=http://abc.co.kr">
-------> abc.co.kr ·Î ¿¬°á
<meta http-equiv="Refresh" content="0; URL=/tt/">
-------> /tt Æú´õ·Î ¿¬°á
2. ÀÚ¹Ù½ºÅ©¸³Æ®¸¦ ÀÌ¿ëÇÑ ¹æ¹ý
<script>document.location="http://abc.co.kr";</script>
<script>document.location="/tt/";</script>
3. PHP ¸¦ ÀÌ¿ëÇÑ ¹æ¹ý
<? header("Location:http://abc.co.kr"); ?>
<? header("Location:/tt/"); ?>
4. .htaccess ÀÇ rewrite rule À» ÀÌ¿ëÇÏ´Â ¹æ¹ý
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?(YourDomain\.com)
RewriteRule ^(/)?$ tt [L]
±âŸ. ÀͽºÇ÷¯·¯ ÁÖ¼Òâ¿¡ µµ¸ÞÀÎ ¸í¸¸ ³ª¿Àµµ·Ï ÇÏ°í Çö§.
public_html/index.htm ÆÄÀÏÀ» ÇÁ·¹ÀÓ ÆÄÀÏ·Î ±¸¼ºÇϽðí ÇØ´ç ÆÄÀÏ
¿¡¼ ÇϺΠ°æ·Î¸¦ ºÒ·¯¿À½Ã¸é µË´Ï´Ù.
¿¹Á¦ index.htm -------------
<html>
<head>
<title>ŸÀÌƲ</title>
</head>
<frameset rows="100%,*" border=0>
<frame name="frame" src="/tt/index.htm"></frame>
</frameset>
</html>
--------------------------
À§ ¿¹Á¦´Â tt Æú´õ¾ÈÀÇ index.htm ÆÄÀÏÀ» ¿µµ·Ï ÇÏ´Â ¿¹Á¦ÀÔ´Ï´Ù.
|
|
Page Loading [ 0.02 Sec ]
SQL Time [ 0 Sec ]
|
|
|