Missing CSS file and images after URL rewrite

后端 未结 3 1789
梦毁少年i
梦毁少年i 2020-12-05 11:46

I\'m trying to make user friendly URL using mode rewrite. My problem is, that after giving category like \'name\' to my URL, when I call the page using new URL, it can\'t lo

3条回答
  •  遥遥无期
    2020-12-05 12:21

    For your local version add

    
    

    to the head section

    and for your live versions change it to

    
    

    reference at http://www.w3.org/TR/html4/struct/links.html#h-12.4

提交回复
热议问题