7.1
Table Of Contents
- Introduction
- How to
- Common Tasks
- Company Tasks
- Publication Type and Document Tasks
- Add publication types
- Modify the publication type properties
- Delete a publication type folder
- Adding documents to a publication type
- Delete documents from a publication type
- Edit document properties
- Manage production settings
- Output options
- Manage linked files
- Setting up web forms
- Define file upload settings
- Setting up pricing
- Image Collection Tasks
- Order Manager Tasks
- Ordering workflow
- Settings
- General Settings
- Pricing and Ordering
- Production
- Modules
- Enabling B2C (Business to Customer)
- Introduction to Regular Expressions
The Delete output folder dialog
4. Select a new output folder in the Replace With pull-down-menu. This will assign a new default output
folder to these documents that are attached to the selected folder(s).
5. Click Delete. The selected output folder(s) and the documents contained in it are removed.
7.3.3 Enable the download link
Download links are added to the most recent items in the Output History overview. By default the download
link will only work on the localhost, this is due to the tight security settings of printShop Mail Web. In order to
enable the download link:
1. Create a text file in the output folder and name this file .htaccess: /files/output/.htaccess.
The purpose of .htaccess files is to provide a means to configure Apace for users who cannot modify the
main configuration file. More information about .htaccess files can be found at the following web site:
http://httpd.apache.org/docs/2.0/howto/htaccess.html.
2. Add the following code to the .htaccess file to allow access to all files in the output folder and its sub
folders. Replace the <youripaddress> with the IP address of your domain.
<FilesMatch ".*">
Order Allow, Deny
Allow from <youripaddress>
</Filesmatch>
3. Use the following code to provide access to .pdf files:
<FilesMatch ".(pdf)$">
Order Allow, Deny
Allow from <youripaddress>
</Filesmatch>
4. Use the following code to provide access to .pdf and .zip files:
<FilesMatch ".(pdf|zip)$">
Order Allow, Deny
Allow from <youripaddress>
</Filesmatch>
Production - Output Folders
Objectif Lune Inc. © 2010 132