Rising1
03-28-2005, 01:04 PM
Please help. I am a 100% newbie to this and usually research and copy code no training etc.
Doing a site redesign (~150 pages) was directed to server side includes and fell in love - could not get them to work. Hosting company (NTT Verio - shared) said I needed to use .shtml to get it to work -
Did not want to spend my life renaming all my pages and loosing the several thousand links established - found out about .htaccess files and things were great. Then found out our shopping cart (ShopSite) did not work - error 403 "You are not authorized to view this page" .
Verio support sent me the following
Unable to access ShopSite store ________________________________________________________________
We have researched the issue and found that you a unsupported .htaccess modification file in the site root.
If you rename .htaccess to .htaccess.old, the store works fine.
The following line is the cause:
Options Indexes FollowSymLinks Includes
********
I thought that line was a must have.
My current .htaccess file reads
**********
Options Indexes FollowSymLinks Includes
AddType application/x-httpd-cgi .cgi
AddType text/x-server-parsed-html .html
RewriteEngine on
RewriteRule ^qvis_index\.htm$ qvis_index5.shtml
RewriteRule ^process%20management%20and%20mapping%20with%20QViS\.htm$ QViS2.shtml
RewriteRule ^contact_us\.htm$ contact_us.shtml
*************
What are my options?
Thank You!!!
Ralph Ising
847-546-9841
Doing a site redesign (~150 pages) was directed to server side includes and fell in love - could not get them to work. Hosting company (NTT Verio - shared) said I needed to use .shtml to get it to work -
Did not want to spend my life renaming all my pages and loosing the several thousand links established - found out about .htaccess files and things were great. Then found out our shopping cart (ShopSite) did not work - error 403 "You are not authorized to view this page" .
Verio support sent me the following
Unable to access ShopSite store ________________________________________________________________
We have researched the issue and found that you a unsupported .htaccess modification file in the site root.
If you rename .htaccess to .htaccess.old, the store works fine.
The following line is the cause:
Options Indexes FollowSymLinks Includes
********
I thought that line was a must have.
My current .htaccess file reads
**********
Options Indexes FollowSymLinks Includes
AddType application/x-httpd-cgi .cgi
AddType text/x-server-parsed-html .html
RewriteEngine on
RewriteRule ^qvis_index\.htm$ qvis_index5.shtml
RewriteRule ^process%20management%20and%20mapping%20with%20QViS\.htm$ QViS2.shtml
RewriteRule ^contact_us\.htm$ contact_us.shtml
*************
What are my options?
Thank You!!!
Ralph Ising
847-546-9841