I use a .htaccess file to allow SSI on .html pages. The file I have now says the following:
It does its job as far as allowing SSI. BUT, whenever I try to use scripts (blog, shopping cart, etc.), I get a very evil 403 Forbidden message.
Does anyone know how I could write a .htaccess file to allow my SSI on all pages but also allow scripts and programs? Thank you in advance!!!!!
Sandra
| Quote: |
|
AddType text/html .shtml AddHandler server-parsed .html AddHandler server-parsed .shtml Options Indexes FollowSymLinks Includes |
It does its job as far as allowing SSI. BUT, whenever I try to use scripts (blog, shopping cart, etc.), I get a very evil 403 Forbidden message.
| Quote: |
|
Forbidden You don't have permission to access /cart/index.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. |
Does anyone know how I could write a .htaccess file to allow my SSI on all pages but also allow scripts and programs? Thank you in advance!!!!!
Sandra
