StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 08-31-2012, 12:33 PM
jp2112's Avatar
jp2112 jp2112 is offline
Registered User
Genesis Member
 
Join Date: Sep 2011
Location: NYC
Posts: 492
Default

How many pages are we talking about? You might just do it by hand if there are only a few.

Google has some promising results, see http://wordpress.org/support/topic/h...-wordpress-sit

Regarding page ranking, use 301 redirects. The exact implementation varies depending on how many pages you need to convert. If it's only a few, you could do it manually in your .htaccess file like this:

HTML Code:
# redirect http://www.mysite.com/blog/myarticle.html to http://www.mysite.com/blog/my-article/
Redirect 301 /blog/myarticle.html http://www.mysite.com/blog/my-article/
If you have dozens of pages and you use page slugs that match the .html filenames, use RedirectMatch to dynamically forward traffic.
__________________
When asking for help, kindly:
1) Read the FAQ.
2) Post your URL.
3) Use [php][/php] tags when posting programming code,
or [html][/html] when posting website source code.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is knowledge of HTML necessary to use Studiopress Genesis? PeterB General Discussion 2 01-24-2012 10:14 AM
Can Genesis help me create this html site? mRoy62 General Discussion 4 11-14-2011 06:13 PM


All times are GMT -5. The time now is 10:44 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.