1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Want to switch from static website to wp website

Discussion in 'WordPress' started by silent_1, May 9, 2014.

  1. #1
    I want to switch my health related website from static to wp website. The main reason is plugin support which is available to add different functionalities to the website. Should I go for this change?
     
    silent_1, May 9, 2014 IP
  2. OwnCoder

    OwnCoder Greenhorn

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #2
    Can you plz send me your site link ?
    Maybe i can help you.
     
    OwnCoder, May 9, 2014 IP
  3. lucardk

    lucardk Greenhorn Affiliate Manager

    Messages:
    53
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    15
    #3
    How big is your current website? If you have less than 50 pages it shouldn't be a problem, but if you have thousands of pages it is going to be much better if you hire someone that knows what he is doing... Also remember to redirect all your old URLs to the new Location...
     
    lucardk, May 9, 2014 IP
  4. silent_1

    silent_1 Well-Known Member

    Messages:
    427
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    155
    #4
    It's just containing around 30 pages. What if I change the content ...still I need to redirect the URLs or not?
     
    silent_1, May 9, 2014 IP
  5. lucardk

    lucardk Greenhorn Affiliate Manager

    Messages:
    53
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    15
    #5
    Unless your website has been banned or penalized by google you should always redirect the old URLs to the new ones
     
    lucardk, May 9, 2014 IP
  6. coolpavan

    coolpavan Well-Known Member

    Messages:
    845
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    120
    #6
    install a new wordpress blog and copy paste the content from your static site to new blog
    and redirect old site to new blog
     
    coolpavan, May 17, 2014 IP
  7. WebLab

    WebLab Active Member

    Messages:
    229
    Likes Received:
    7
    Best Answers:
    2
    Trophy Points:
    65
    #7
    Have you previously worked with wordpress ?
    As an seo perspective, if your articles are not ranking well on Google, it won't effect much when you move from static website to wordpress. But you must fix the URLs, either naming the exact url same as static one or through redirection.
     
    WebLab, May 17, 2014 IP
  8. Prakhar Jain

    Prakhar Jain Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #8
    You won't have to redirect the old URL to the new ones if you set Permalinks in Wordpress properly.
     
    Prakhar Jain, May 17, 2014 IP
  9. mangobyte

    mangobyte Well-Known Member

    Messages:
    433
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #9
    I can help you setup a WordPress site and convert all your pages into a WP theme. If interested, kindly contact me. Thanks!
     
    mangobyte, May 18, 2014 IP
  10. Pratik Sanghvi

    Pratik Sanghvi Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #10
    Hi LucardK,

    Is it possible to help me with my query?

    Thread link: https://forums.digitalpoint.com/threads/which-type-of-website-is-this.2720372/
     
    Pratik Sanghvi, May 18, 2014 IP
  11. silent_1

    silent_1 Well-Known Member

    Messages:
    427
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    155
    #11
    Will you please guide me how to redirect the old URLs to new?
     
    silent_1, May 30, 2014 IP
  12. coolpavan

    coolpavan Well-Known Member

    Messages:
    845
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    120
    #12
    if you are using same domain then just modify the nameservers in your domain control panel
    if you using a separate domain for wp site then simply use htaccess redirection method to redirect all traffic from old domain to new site
    let me know if you need any help with it I will do it for free
     
    coolpavan, Jun 1, 2014 IP
  13. ivantk

    ivantk Active Member

    Messages:
    183
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    53
    #13
    I would suggest to use the .htaccess in your web root directory.
    To redirect an url address from the url structure to the new one you can do the following:

    At the end of your .htaccess file, copy and paste this line and modify it to fit your urls:

    redirect 301 /my-old-url.htm http://www.my-domain-name.com/new-url/
    Code (markup):
    You must use a new line for each of the urls you want to redirect.
     
    ivantk, Jun 2, 2014 IP
  14. BenBlurr

    BenBlurr Greenhorn

    Messages:
    37
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #14
    It totally depends on the number of HTML pages you currently have. It will be quite some work to transfer all website contents to the wp cms
     
    BenBlurr, Jun 3, 2014 IP