Forum Moderators: phranque
Also, if there are includes to be used for tracking, which has to be installed because the host's Webalizer gives ONLY the last 20 and no spider info, everything will be messed up for the rest of the site, which is all .htm and I don't mess with those yet.
No joy from the tech support people at this host, they don't answer any email. Obviously I wouldn't even try a redirect if needed, which might need to be done. Any workaround for this, or can .htaccess not be used at all with Front Page Extensions installed?
>which the host duly did and then it worked fine
There are some items in htaccess which are for FP, but the host doesn't answer email so I'll have to do without them altogether.
Are you using Front Page on the site also? This one's got FP and Miva shopping cart.
-------------- Code Below -----------------
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.domainname.com
AuthUserFile /home/user/general_html/_vti_pvt/service.pwd
AuthGroupFile /home/user/general_html/_vti_pvt/service.grp
AddType text/html .html
AddHandler server-parsed .html
AddHandler server-parsed .htm
-------------- Code Above -----------------
There was some extensive clarification on this in a Webmmasterworld group. Sorry I don't recall which or what the subject concerned.