Forum Moderators: phranque
#page moved to it's own domain
RewriteRule ^examplepage/(.*) http://www.examplepage.com/$1 [R=301,L]
#old url for page:
RewriteRule ^example_page/(.*) http://www.examplepage.com/$1 [R=301,L] [edited by: not2easy at 6:35 pm (utc) on May 11, 2017]
[edit reason] readability [/edit]
However I lost about 3/4 the traffic I used to have
RewriteRule ^examplepage/(.*) http://www.examplepage.com/$1 [R=301,L]
RewriteRule ^example_page/(.*) http://www.examplepage.com/$1 [R=301,L] RewriteRule ^(?:examplepage|example_page)/(.*) http://www.examplepage.com/$1 [R=301,L]
And if the parts you've given as "examplepage" and "example_page" really are that similar it could be even more concise: RewriteRule ^example_?page/(.*) http://www.examplepage.com/$1 [R=301,L]
This is an advantage if the two different old directory names started out the same; the server doesn't have to throw out the whole thing if it matches the first 7 letters and only failed at the 8th. Similarly if you changed to or from CamelCase: [Ee]xample[Pp]age
Hm, come to think of it, I actually have the form (FontInput|font_input) in one site's htaccess, thanks to changing my mind twice about names. It could just as well be [Ff]ont_?[Ii]nput. Heh. But that's several years old in any case.
Heh, heh. In between any of those dates g can insert a Farmyard or Cartoon Character algo change.Of course, but that's not what I was referring to. I explained how to get a more realistic traffic summation using stats. There will always be other factors.
I lost about 3/4 the traffic I used to have (from 2000 per week down to 500) ever since the upgrade to the new server of the original domain.Lorel - If you are using your server upgrade as a marker, when exactly was that done? Determine that date then look at the latest search update thread [webmasterworld.com...] to see if any changes could have affected your site.
There will always be other factors.
The hosting company said they would move everything on my main site from the old server to the new one at no expense so I let them. That was 1-26-17.
...
I didn't notice until 3-27 that I was getting massive 404s on the example-page.com site, ever since the last move.
Own up that its your problem