hi. i wish to add a new html page to the site. i created custom template in admin and keep getting various errors.
1) here is one line from the link.
error:Code:<li class="next"><a href="<%$tpl_base%>/indexnext.html">Next Step</a></li>
2) next try with new link code:Code:Forbidden You don't have permission to access /folder/themes/kosmos/indexnext.html on this server.
error:Code:<li class="next"><a href="<%$site_url%>/indexnext.html">>Next Step</a></li>
3) next try with another link ref:Code:Error 404 - Page Not Found The requested URL /folder/indexnext.html was not found on this server.
error:Code:<li class="next"><a href="indexnext.html">>Next Step</a></li>.
here is .htaccess file:Code:Error 404 - Page Not Found The requested URL was not found on this server.
Version: 5.3Code:# DO NOT CHANGE THE FOLLOWING LINES # status: 1 # pattern_category: {$cat_path}/more{$page}.html # pattern_detail: detail/{$link_id}/{$link_title}.html Options -MultiViews RewriteEngine On RewriteRule ^detail/(.*)/(.*).html detail.php?linkid=$1 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^.* browse.php
all permissions are correct because it is on windows testing server using WAMP. think i need to adjust access file?
where to now guys and more importantly, why is one of these codes not working. Is it to do with .htaccess file? i thought that if i added template through admin, this would take care display. i have searched the forum with no luck and baring in mind the manual (or lack of)! pretty much a hit & miss affair. I purchased x-cart for one of my e-commerce sites and the support & manuals that they provide are second to none. cuts done on asking stupid straight forward questions like this in a forum. Thanks for your help.


