Forum Moderators: phranque
After the first section is ready and until additional sections go up, I'd like visitors to go directly to "orange-widget/index.htm".
What's the best way to handle this in .htaccess, by DirectoryIndex or by a 302 entry?
Thanks,
Jim
IMHO, a much better overall approach would be to put up "all-widgets-home-page" and the "orange-widget/index.htm" section at the same time so site rankings and PR can be built as the project progresses. Design the home page to be expandable as sections are added, or consider a temporary home page. May not be an option though.
DirectoryIndex will return a 200 code and every time you point it to a different page or section, you'll be starting over with the SEs.
Those are exactly the pitfalls I was worried about. Guess I'll have to go with the "all-widgets-home-page" and the "orange-widget/index.htm" route in order not to confuse any of the SEs. It's more different content to build upfront but I can always move pieces to the orange widgets section as I add other section blurbs on the home page. And it give me some deep linking options starting out also.
Jim