티스토리 tistory

url 주소를 하나로 통일하는 방법

posttstory 2023. 3. 25.
728x90

url 주소를 하나로 통일하는 방법

 

 

 =========================

<!-- 카테고리 주소 없애기 -->

<script type="text/javascript">

if (typeof(history.pushState) == 'function')

{

var CatagoryURL = location.href;

CatagoryURL = CatagoryURL.replace(/\?category=([0-9]+)/ig,'');

history.pushState(null, null, CatagoryURL);

}

</script>

=====================

url 주소를 하나로 통일하는 방법은 간단합니다. html에 아래 부분을 복사해서 붙여주면 됩니다.

그러면 ?category= 이 붙는 url 주소도 기본 주소로 표시됩니다.

, 아래 코드는 htmlhead 부분에 들어있어야 합니다.

 

728x90

댓글

💲 추천 글