Deute's RSS List
Apache에 대한 검색결과 1건
-
도메인 이름에서 www를 때버리자.
Apache 설정 파일(httpd.conf)이나 웹 도큐먼트 루트 디렉토리의 .htaccess 파일에 다음과 같이 추가해주면 된다. # you probably want www.example.com to forward to example.com -- shorter URLs are sexier. # no-www.org/faq.php?q=class_b <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule..
- Blog URL
- 미남이의 이러쿵저러쿵
- Date
- 2011-01-07 02:36 pm
- 태그
- Web Development Apache Class B htaccess SEO



![Validate my RSS feed [Valid RSS]](http://mydeute.com/images/valid_rss.gif)




