View Single Post
  #7  
Old 01-18-2007, 10:53 AM
 
campi54 campi54 is offline
 

Advanced Member
  
Join Date: Dec 2004
Location: Anaheim, CA
Posts: 91
 

Red face Re: Lost Cart Images

Ahhh balinor,

Stupid me stupid me. It was a considence. Can you say .htaccess.

Here is what I had in my public_html (a short list)

Options -Indexes
DirectoryIndex index.php

# block access to /skin1_original
Redirect gone /skin1_original

This is what I have now in the pertaining files as long as there are no php files.

<Limit GET POST>
# "None","All","Indexes","Includes","FollowSymLinks" ,"ExecCGI","MultiViews"

Options none

</Limit>

Talk about your everyday considence.

Thanks for taking the time.
__________________
x-cart Gold 4.0.12
Server Linux
Accessing from Mac OS 10.4
Reply With Quote