VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: amanda mc donald on March 27, 2012, 15:03:38 PM

Title: 403 Forbidden error message
Post by: amanda mc donald on March 27, 2012, 15:03:38 PM
Hi

When I click on a link (to show the Terms and Conditions of the shop) I get the following error message: :-[

Forbidden

You don't have permission to access /site1/joomla/<p>...........</p><p>..................</p> on this server.


This is the code I use:

<div class="terms-of-service">
         <a href="<?php
         echo $this->cart->vendor->vendor_terms_of_service;?>"><span class="terms-of-service"><span class="vmicon vm2-termsofservice-icon"></span><?php echo JText::_('COM_VIRTUEMART_CART_TOS'); ?></span></a>
      </div>

Any suggestions?  Please help!

Thank you