我有
<link href="/smarter-computing/us/en/sc-mobile.css" type="text/css"/>
<script src="/smarter-computing/js/sc-common.js?fileversion-r21" type="text/javascript">//</script>
当我在本地处理这些文件时,我必须//localhost/~vc/
在 JS 和 CSS 文件的路径之前保留 append 。我不想为以下和<img>
我的代码中的每个链接继续复制/粘贴此路径。
如何使用 htaccess 重定向所有 url 指向//localhost/smarter-computing/
或在我的路径之前/smarter-computing/
附加此路径。//localhost/~vc/
/smarter-computing
谢谢,
维什瓦斯