Browsing articles tagged with " Htaccess"
Nov
5
2010

17 Useful Htaccess Tricks and Tips

1. Set Timezone Sometimes, when you using date or mktime function in php, it will show you a funny message regarding timezone. This is one of the way to solve it. Set timezone for your server. A list of supported timezone can be found here view plaincopy to clipboardprint? SetEnv TZ Australia/Melbourne SetEnv TZ Australia/Melbourne 2. SEO Friendly 301 Permanent Redirects Why it’s SEO friendly? Nowadays, some modern serach engine has the capability to detect 301 Permanent [...]

Mar
23
2010

Htaccess File Inside The Folder

How to use .htaccess file inside the folder. I’m using two .htaccess files in my hosting, one for labs.9lessons and another for touch.9lessons. Just take a look at this post how I had implemented.