is the .htaccess file is in a sites root by default or we have to include it?..wanted to know more abt this file..pls reply
John Carpenter
7:58 pm on Aug 7, 2005 (gmt 0)
This file is not included by default, but your hosting company may include one for you. If you can't see the .htaccess file in the root folder of your site, you will have to create one.
John Carpenter
8:04 pm on Aug 7, 2005 (gmt 0)
Also, in your httpd.conf file search for AllowOverride and make sure it reads AllowOverride All. (If it reads AllowOverride none, then .htaccess will be ignored.)