I want to know if it's better for google to have [site.com...] redirect to [site.com...] in apache directly or with .htaccess? I was wondering where I should do the switch. Give me your idea please.
Bobby
Matt Probert
3:20 pm on Apr 20, 2007 (gmt 0)
The .htaccess file is an Apache configuration file, however, it is preferable to use the main Apache configuration files instead where possible. For details see the Apache documentation.
bobby77
3:34 pm on Apr 20, 2007 (gmt 0)
So Matt you mean to change it directly in apache configuration?