ok i did that this is what i did:
# -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 knmcomputers.co.uk
AuthUserFile /home/knmcompu/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/knmcompu/public_html/_vti_pvt/service.grp
RewriteEngine On
# Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/knm-admin.* [NC]
# Don't rewrite newshop directory <<<<<<<<<<<<<<<<<<<<<<<<<
RewriteCond %{REQUEST_URI} !^/newshop.* [NC] <<<<<<<<<<<<<<put these in <<<
# Don't rewrite googlecheckout directory
RewriteCond %{REQUEST_URI} !^/googlecheckout.* [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors.* [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel.* [NC]
# Don't rewrite feed on feeds directories
RewriteCond %{REQUEST_URI} !/feedonfeeds.* [NC]
RewriteCond %{REQUEST_URI} !/frontend.* [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule (.*) index.php?%{QUERY_STRING} [L]
installed zencart with the installer in cpanel, it said it installed
http://knmcomputers.co.uk/public_html/newstore and the administration is
http://knmcomputers.co.uk/public_html/newstore/zcadminonly if i click on the links they come up
Page Not Found
Custom 404 Error Page with Site Map Sample Text ...
at a guess ive not done something really stupid lol