Các bạn mở headinclude template, tìm đoạn này
Sau đó thêm ngay phía sau đoạn đó và save lại.
Chúc các bạn thành công.
Nguồn: SVIT
HTML:
<base href="{vb:raw basepath}" /><!--[if IE]></base><![endif]-->
HTML:
<!--Start: Fix Base Path IN Google Cache, Code by: Vũ Thanh Lai - SinhVienIT.Net -->
<script type="text/javascript">
<!--
var curBaseTag = document.getElementsByTagName('base')[0], correctBasePath = "{vb:raw basepath}";
if (typeof curBaseTag!='undefined' && curBaseTag!=null && curBaseTag.href != correctBasePath)
curBaseTag.href = correctBasePath;
if(correctBasePath=='')
{
curBaseTag.href=window.location.protocol+'//'+window.location.host+'/forum/';
// Đoạn này thay forum bằng thư mục chứa code diễn đàn của bạn (hoặc bỏ đi cũng được)
}
-->
</script>
<!--End: Fix Base Path IN Google Cache, Code by: Vũ Thanh Lai - SinhVienIT.Net -->
Nguồn: SVIT