2014-07-22 17 views

回答

0

爲了避免這種情況,請打開您的.htaccess文件,你會發現這個地方的文件中:

# mod_pagespeed configuration - Do NOT modify the contents 
<IfModule pagespeed_module> 
    ModPagespeedDomain http://yourdomain.com 
    ModPagespeed on 
</IfModule> 
# End of mod_pagespeed configuration- Do NOT modify the contents 

# mod_pagespeed configuration - Do NOT modify the contents 
<IfModule pagespeed_module> 
    ModPagespeedDomain * 
    ModPagespeed on 
</IfModule> 
# End of mod_pagespeed configuration- Do NOT modify the contents 

替換爲這