Mod-rewrite subdomain to subdomain dir?

Try putting these rules in the . Htaccess file in your document root.

Try putting these rules in the . Htaccess file in your document root: RewriteEngine on RewriteCond %{HTTP_HOST}! ^www\.

NC RewriteCond %{HTTP_HOST} ^(^\. +)\. Domain\.

Com$ NC RewriteRule ^files/(.*)$ /users/%1/files/$1 L I assumed that you didn't have a www in your /users/ so I added the! ^www\. Condition.

If you do want requests for www.domain.com to go to /users/www/ then just remove that line.

Isn't present in the rule's target. If the rule's target was /users/%1/files/$1? Redir=no or something, it would need a QSA.

– Jon Lin yesterday I know, but suppose that some other URLs which have parameters after their '? ' pass through this rules: their parameters are lost.So it all depends of what aroma wants to do: either be sure to drop all the parameters before and apply only then new ones, or keep the old ones and mix with the new ones. – Olivier Pons 23 hours ago.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions