Skip to content

Changing the blog handle

Run a command to change your blog handle. The blog handle displays in the URL for your blog.

.

To edit configuration files, you must use the wsadmin client. See Starting the wsadmin client for details.

  1. Start the wsadmin client following the steps in Administering Blogs using the wsadmin Client.

  2. Start the Blogs Jython script interpreter by entering the following command:

    execfile("blogsAdmin.py")
    
  3. Run the following command to replace the blog handle:

    BlogsAdminService.renameWeblogHandle("<old_handle>", "<new_handle>")
    

    whereold_handle is the blog handle that need to be replaced, and wherenew_handle is the new handle for the blog.

Parent topic:Administering Blogs using the wsadmin client