Htaccess 301 redirect problem?

As the Apache documentation will tell you mod_alias and Redirect don't support query strings. You'll need to use a RewriteRule: RewriteCond %{QUERY_STRING} (^|&)regionid=14(&|$) RewriteRule /reports/index. Php mysite.com/forecasts/bay-view?R=301.

As the Apache documentation will tell you, mod_alias and Redirect don't support query strings. You'll need to use a RewriteRule: RewriteCond %{QUERY_STRING} (^|&)regionid=14(&|$) RewriteRule /reports/index. Php mysite.com/forecasts/bay-view?R=301.

Your second rule should be RewriteRule ^video/(^/*)/(^/*)$ /video/$1/$2/ R=301,L.

Update FallingBullets is right (see the comments on this answer), his answer better suites the OP's problem, so please ignore this answer (I am leaving it for reference, though).

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