[wikka-community] 301 and migration questions...

Brian Koontz brian
Mon Aug 3 02:43:06 GMT 2009


On Sun, Aug 02, 2009 at 02:58:29PM -0500, Leonidas wrote:
> I'm thinking about migrating my site onto wordpress. What would be the best
> way to 301 my current pages when I move them over to wordpress? Any help
> would be appreciated.

I've been out of town the past few days and am just now catching up
with e-mail.

If you're migrating to WP, then there doesn't appear to be any need
for me to research and answer your previous questions.

As for a 301 redirect, there are many options.  One such option is an
.htaccess file:

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.your\.site/wiki [NC]
RewriteRule ^(.*)$ http://www.your.site/wp [R=301,L]

Of course, all of this is dependent upon your web server setup, etc.
You'll probably be best off visiting a forum dedicated to your
specific web server for those details.

  --Brian

-- 
Brian Koontz
Wikka Development Team
Systems Support and Random Tasking Dept.




More information about the community mailing list