Templates Visible
RewriteRule ^templates/([A-Za-z0-9]+)/custom/([A-Za-z0-9]+).tpl?$ index.php
This thread is closed, so you cannot post a reply.
Comments on Templates Visible
Experienced
Usergroup: Customer
Joined: Jul 29, 2005
Total Topics: 30
Total Comments: 65
Is there a way so templates are not exposed?
Example:
www.webmastersite.net/forum...plates/default/wrapper.tpl
www.webmastersite.net/forum...tes/default/memberlist.tpl
www.webmastersite.net/forum...lates/default/register.tpl
Thanks.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In the "Other .htaccess content" part of your SEO page, add this rule:
RewriteRule ^templates/([A-Za-z0-9]+)/([A-Za-z0-9]+).tpl?$ index.php
Experienced
Usergroup: Customer
Joined: Jul 29, 2005
Total Topics: 30
Total Comments: 65
That worked great, but custom folder templates still show. What would the variation be? Tried a few, but couldn't get it.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Add