View Single Post
  #16  
Old 12-30-2011, 01:08 PM
 
steewu steewu is offline
 

Member
  
Join Date: Sep 2007
Posts: 26
 

Default Re: 4.4.4 Site Won't Validate

Don't go crazy...


Make sure .htaccess change the following line:

From:

RedirectMatch permanent ^.*/var/.*$ http://www.yourdomian.com/x-cart-path/error_message.php

to:

<FilesMatch !"\.(css|js)$">
RedirectMatch permanent ^.*/var/.*$ http://www.yourdomain.com/x-cart-path/error_message.php
</FilesMatch>

Good Luck... It works for me...
__________________
Version Xcart5 5.2.XX
Reply With Quote