BipinDas-Gmail wrote: > Hello All, > > > > I need to rewrite the url http://123.dev.com to http://123.dev.com/profile > 1) Since you are rewriting everything that is "/*" to "/profile/*" anyway, then why don't you move everything that is now under /profile, to / , and be done with all the rewriting ? 2) putting that in a .htaccess file (instead of in the server config file) forces Apache to do everything twice. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org