Hi All WebHosters.
Do you have a custom WHMCS theme to fit with your site layout.
I hope knowinservers doesnt mind me using there site as an example but it might make people more aware of the error in the site where people can rip the skin for there own use
So here we go.
If i go to: http://www.knowinservers.com/whmcs/templates/portal/
It shows all the files used for the layout of the WHMCS Skin.
[SLIDE]http://screensnapr.com/e/zY2VGA.png[/SLIDE]
SO to protect your custom theme with a blank index.html file.
I am working out a way via .htaccess to block access to it.
So if you can help then please post in here.
Cheers
I thought I would help protect all members on WJunction and hope this helps.
EDIT
Thanks to storming for this.
Here is the .htaccess code that you would use to block people access to it.
Do you have a custom WHMCS theme to fit with your site layout.
I hope knowinservers doesnt mind me using there site as an example but it might make people more aware of the error in the site where people can rip the skin for there own use
So here we go.
If i go to: http://www.knowinservers.com/whmcs/templates/portal/
It shows all the files used for the layout of the WHMCS Skin.
[SLIDE]http://screensnapr.com/e/zY2VGA.png[/SLIDE]
SO to protect your custom theme with a blank index.html file.
I am working out a way via .htaccess to block access to it.
So if you can help then please post in here.
Cheers
I thought I would help protect all members on WJunction and hope this helps.
EDIT
Thanks to storming for this.
Here is the .htaccess code that you would use to block people access to it.
Code:
<Files ~ "\.tpl$">
Order allow,deny
Deny from all
</Files>
Last edited: