php - Htaccess Redirect From domain.com/folder1/xxxx to www.domain.com/folder1/xxxx and so on -


I searched all over the web but could not find the code.

I need to redirect all the requests to www.domain.com/folder1/ from the Domain .com / folder1 and its sub-folders

If redirected, he should put the full URL and just add www.

Is this possible?

Thank you!

  rewinding sign on rewrite% {HTTP_HOST}! ^ Www. RewriteRule ^ (. *) $ Http: //www.% {HTTP_HOST} / $ 1 [R = 301, L]  

Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -