View Single Post
  #35  
Old 04-03-2015, 11:21 AM
 
SGS SGS is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 99
 

Default Re: Upgrade to 5.2 fails

Ok Never mind,

I find the problem after 3 days of serious searching and waiting to hear from "QT".... It's ok "QT" I got this one. I know your busy rushing out updates and new products and then rushing to fix the fix.

Here is what fixed my simple but yet "X-cart Update" caused problem. Seems in the xcart/var/htaccess file this code does not work. Was blocking all image access. Even though this was a new, clean, fresh install of v5.2.3 right out of the box, no mod's or change by me at all.

Options -Indexes

Deny from all
<Files ~ ".(?i:gif|jpe?g|png|css|js)$">
Allow from all
</Files>

To fix it I just had to comment it out, like this....

Options -Indexes

#Deny from all
#<Files ~ ".(?i:gif|jpe?g|png|css|js)$">
# Allow from all
#</Files>

Now my store is back, fully functioning but now I have no htaccess file for that directory that is working... Any way to fix it so it is safe guarded as well as works, allowing access to the images?

Cheers,
SGS
__________________
Currently Using:

For X-cart v5.2.0
1 Business v5.2.6 license <Getting Better>!
1 Banner Mod 5.2.7 license
1 #28 iGoods Template

For X-cart v4.7.0

1 GoldPlus v4 license unused

3 Gold v4 license Unused

A wise man once said it is best to fix the cart instead of trying to use a broken cart. The horse has a very hard time pushing a broken cart!!
Reply With Quote