Smarty error with Google Analytics
The error appears after modifing a page and load it for the first time.
If the analytics tracking code removed from the template (*.tpl), the error does not appear.
Solution:
wrap around your js code with {literal} {/literal}
Example:
Use .htaccess to Deny Access Directory Listing
Don’t have an index in all your directory’s? Many people create a blank index.html file in every directory to prevent directory listing. It’s ok for a small website, but imagine if you have a website that has hundred or thousand directories. The easiest way is to write a htaccess file, include the following line in [...]
