Htaccess Redirect from subdomain to domain?

I'm not sure where your sid parameter is coming from The way I would probably try first (before resorting to mod_rewrite) would be: VirtualHost *> ServerName board.example. Com Redirect permanent / example.com/index.php/forums.

I'm not sure where your sid parameter is coming from... The way I would probably try first (before resorting to mod_rewrite) would be: ServerName board.example. Com Redirect permanent / example.com/index.php/forums.

Thanks, Tim. The sid parameter is from whatever wackyness phpbb was appending to URLs. I probably didn't have the board set up 100% correctly and when Google indexed, it probably was assigned a sid.

I tried what you suggested, and it doesn't seem to work (it causes a 500 error. ) – pfulton Sep 12 '09 at 22:19 Just edited my response, adding the "/" after permanent -- but now that I see that the problem is the "sid=" stuff is stuck in search indicies, I can tell you that my answer won't work. So back to mod_rewrite.

You could try capturing various things (including the sid part) and then reconstructing an sid-less URL. Something like (very roughly, you will need to fix this): RewriteRule ^(.*)sid=(^&*)(.*) example. Com/index.

Php/forum/$1$2 – timdev Sep 13 '09 at 1:06 Thanks, I'll give it a go! I appreciate the help. – pfulton Sep 13 '09 at 12:17.

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