Forum Moderators: phranque
It will work for any user-agent.
> I mean will google read htaccess file?
No, Google does not read htaccess files. htaccess files are processed only by the server itself. User agents requesting the old URL will get an HTTP 301-Moved Permanently response from the server and follow the new URL included in that 301 response to locate the new page.
Jim