htdocs 에서........index.html 이나 index.php 로.. > 그누3질답

그누3질답

htdocs 에서........index.html 이나 index.php 로.. 정보

그누보드 htdocs 에서........index.html 이나 index.php 로..

본문

제 아파치가.....

/htdocs/gnu  이렇게 설치 되있습니다.

문제는 .....

http://aa.aa.com  일때 ....  http://aa.aa.com 로 치면   바로 그누보드로 들어가게 하는방법 없습니까?

http://aa.aa.com/gnu 해야 들어가던데..

index.php 파일을 htdocs 에 이동시켜서 실행하니 아무것도 안되네요..


그러니 제말은.......

/htdocs/gnu  이렇게 폴더 지정하고..

http://aa.aa.com/ 만쳐도 그누보드 들어가게 하는방법 없습니까?
  • 복사

댓글 전체

옷!!

<?
header("location:./gnu/index.php");
?>

이게 더 좋군요 ........속도 빠르고...  새로고침해도 그대로고 ..  그대신 주소줄이 길게 보이지만 그거야 어지피 상관없으니 ....
<html>
<head><title>신지님 홈페이지</title>
</head>

<frameset rows="*,1" frameborder="0" border=0 framespacing="0">
  <frame name="main" src="http://aa.aa.com/gnu/index.php" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" framespacing="0">
    <frame>
    <noframes>
<body bgcolor="#ffffff">
<p align=center>
Not Found Document and FRAME not supporting....</p>
</body>
</noframes>
</frameset>
</html>

요걸 /htdocs/index.html로 저장하시고 http://aa.aa.com 하시면 됩니다.
© SIRSOFT
현재 페이지 제일 처음으로