Tel: +1 310-997-0924 (Los Angeles), +82 070-8064-2559 (서울)
X f P D VK IG YT V RSS
GUIDE

도움말

[cPanel] robots.txt

1. 모든 검색 엔진 접속 허용 User-agent: * Disallow: 2. 특정 폴더 접속 차단 Disallow: /cgi-bin/ Disallow: /tmp/ Disallow: /~name/ 3. 모든 폴더 접속 차단 User-agent: * Disallow: / 4. Googlebot이 특정 형식(예: .gif)의 파일을 검색 차단 User-Agent: Googlebot Disallow: /*.gif$ * 참고 disallow: 와 allow: / 는 동일(모두 허용) allow: 와 disallow: / 는 […]

Continue Reading →

[웹브라우저/크롬] 플래시 관련 설정 및 업데이트

크롬에서 플래시가 작동하지 않을 때 크롬에서 플래시를 업데이트해야 할 때등등 플래시 관련 도움말은 아래 링크에서 확인 가능 – 한국어  https://support.google.com/chrome/answer/6258784?hl=ko – 영어 https://support.google.com/chrome/answer/6258784?hl=ko 크롬이 업데이트 되면서 기존에 작동하든 플래시가 정상작동을 하지 않는 경우가 나타날 때  먼저 플래시가 현재 접속한 사이트에서 사용할 수 있게 설정되어 있는지 확인해야 한다.  보안상 이유로 플래시가 작동하지 않게 최신 크롬에서는 기능이 […]

Continue Reading →

[마젠토/Magento] 홈페이지에 전체 상품 보여주기

관리자 페이지 > CMS > Pages > home (url_key) > content  전체상품 보기  {{block type=”catalog/product_list” name=”home.catalog.product.list” alias=”products_homepage” template=”catalog/product/list.phtml”}} 특정 카테고리 상품 모두 보여주기  {{block type=”catalog/product_list” name=”home.catalog.product.list” alias=”products_homepage” category_id=”9″ template=”catalog/product/list.phtml”}} 상품 수량 제한 하기  {{block type=”catalog/product_list” limit=”4″ category_id=”13″ template=”catalog/product/list.phtml”}} {{block type=”catalog/product_list” name=”home.catalog.product.list” alias=”products_homepage” limit=”4″ category_id=”13″ template=”catalog/product/list-home.phtml”}} xml 사용하기  <block type=”catalog/product_list” template=”catalog/product/homepage-new-products.phtml”>     <action method=”setLimit”>4</action> </block> […]

Continue Reading →
1 21 22 23 24 25 73