On Wed, Jun 10, 2009 at 5:52 AM, BipinDas-Gmail <bipinkdas@xxxxxxxxx> wrote: > I need to rewrite the url http://123.dev.com to http://123.dev.com/profile > > I have put the below code to my .htaccesss that successfully worked.... > > # ------------------------------------------------------- > > rewritecond %{http_host} ^widgets\.cmdn\.com$ > rewritecond %{request_uri} ^/$ > rewriterule ^(.*)$ http://123.dev.com/profile Your 2nd argument shouldn't be a full URL, that's why you're getting a redirect. Try just /profile, profile, or %{DOCUMENT_ROOT}/profile. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx