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.

Buying Need Wordpress Expert to Fix Site Errors

Discussion in 'Programming' started by TeKn1qu3z, Aug 20, 2014.

  1. #1
    Hi DP,

    I am having some issues with my website. This happened when I did an automatic upgrade to the latest WP version. Features of the site are broken, please view URL here,

    http://previewcity.com

    http://www.previewcity.com - seems to be loading but other version is not working.

    Let me know your price and how long it will take to fix.

    Thanks
     
    TeKn1qu3z, Aug 20, 2014 IP
  2. Jameyson MacDonald

    Jameyson MacDonald Well-Known Member

    Messages:
    452
    Likes Received:
    83
    Best Answers:
    3
    Trophy Points:
    115
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I'd add a 301 redirect from the non-www link to the www version in your .htaccess.

    Simply add the following lines to your .htaccess file

    
    # Redirect non-www to www:
    RewriteCond %{HTTP_HOST} !^www\. [NC]
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
    
    Code (markup):
    This should fix your problem.
     
    Last edited: Aug 20, 2014
    Jameyson MacDonald, Aug 20, 2014 IP
  3. jiteshjk

    jiteshjk Active Member

    Messages:
    99
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    Digital Goods:
    1
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Jameyson idea is nice but i see even after that you will not be able to login in to you wp-admin. seems Need to fix url in database as well.

    add me on Skype jiteshdhamniya or gmail/gtalk . should not take much time.
     
    jiteshjk, Aug 20, 2014 IP
  4. Jameyson MacDonald

    Jameyson MacDonald Well-Known Member

    Messages:
    452
    Likes Received:
    83
    Best Answers:
    3
    Trophy Points:
    115
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Added on Skype
     
    Jameyson MacDonald, Aug 20, 2014 IP
  5. xceedbd

    xceedbd Well-Known Member

    Messages:
    640
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    Digital Goods:
    1
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    xceedbd, Aug 20, 2014 IP