2.2

PrintShop Web Installation Guide | 39
</Directory>
<Directory "C:\Program Files\PrintShop Web\Website\soap_1_3">
Order Deny,Allow
Deny from all
<FilesMatch "SAction.php|SSystem.php|FAttachment.php">
Order Deny,Allow
Allow from localhost
</FilesMatch>
<FilesMatch "STemplate.php">
Order Deny,Allow
Allow from all
</FilesMatch>
</Directory>
<Directory "C:\Program Files\PrintShop Web\Website\templates\*">
Order Deny,Allow
Allow from all
</Directory>
<Directory "C:\Program Files\PrintShop Web\Website\images">
Order Deny,Allow
Allow from all
</Directory>
<Directory "C:\Program Files\PrintShop Web\Website\include">
Order Deny,Allow
Allow from all
<FilesMatch "pswreg.xml">
Order Deny,Allow
Deny from all
Allow from localhost
</FilesMatch>
<FilesMatch "xhtml2rtf.xsl">
Order Deny,Allow
Deny from all
Allow from localhost
</FilesMatch>
</Directory>
<Directory "C:\Program Files\PrintShop Web\Website\files\*">
Options None
AllowOverride None
Order allow,deny
Allow from all
<FilesMatch ".">
Order allow,deny
Deny from all
Allow from localhost
</FilesMatch>
<FilesMatch "\_p.(gif|jpg|png)$|\_t.(gif|jpg|png)$|\_logo.(gif|jpg|png)$">
Order allow,deny
Allow from all
</FilesMatch>
</Directory>