The Wayback Machine - https://web.archive.org/all/20050207061603/http://www.icdevgroup.org:80/i/dev/docfly.html?mv_arg=icfaq05%2e05
 
  Live Demo     Home     Mail list     Documentation     Download  
Home & News  
Documentation  
Development  
Miscellaneous  
Submit  
Live Demo  
 
My entire home directory is in HTML document space.  
 Search
 Hall of Fame (complete listing)


My entire home directory is in HTML document space.

Documentation index | Contents | Previous Topic
My entire home directory is in HTML document space.

If working with an ISP where all of the files are in HTML document space, disable all access to the Interchange catalog directory with the proper HTTP access restrictions. Normally that is done by creating a .htaccess file like this:

        <Limit GET POST>
        order allow,deny
        deny from all
        </Limit>

If unable to do this, do not run Interchange unless file permissions can be set such that files will not be served. However, security will be a problem and customers' personal information could be placed at risk.


*** icfaq, My entire home directory is in HTML document space.

Documentation index | Contents | Previous Topic

Add note

         
Interchange Development Group