Demo install problem only for Godaddy – 404 Error


  • Member
    harpreetnetwork
    October 30, 2015 at 8:59 pm #24076

    Hello Friends,

    I’ve been using Godaddy from last 6 years. From the moment godaddy had changed his normal hosting server with CPANEL from that time onward godaddy’s users are facing major problem by installing demo into their wordpress websites.

    There are very easy process to do it.

    This problem can be solve using 2 ways but make sure you have below content into your file.

    memory_limit = 512M
    post_max_size = 900M
    file_uploads = On
    upload_max_filesize = 900M
    max_execution_time = 600
    wp_memory_limit = 900m
    php_value memory_limit = 900M
    max_input_vars = 2000

    1. If you use php.ini : most of the people use php.ini this is wrong for the godaddy use .php.ini into the root file of your hosting server which means under //public_html.

    2.If you want to use user.ini: If above won’t work then we need to make file by the name .user.ini // Now you will wonder when you make this file still your code or file does not run. But you’re making a mistake here.

    Now you need to go to your cpanel to get the username. every time when we create a domain within our hosting server we are allotted username. Please login into your godaddy’s account and go to your cpanel, click on Addon domain. under that you will find your domain name where you have installed your wordpress website. see below image

    https://www.dropbox.com/s/rqjqnqe6h00my1m/sol.PNG

    Now from the image you will see two important things.
    1 means you need to create the file with the name of the username which i was talking about in this case username is “gkew” so now you have to create file with .gkew.ini into the wordpress installed directory which will be on your how you define your path for the storage into your hosting in my case it is “/public_html/gkew/” which is 2.

    after above operations wait for 5 minutes godaddy’s server take some time to make server refresh *.ini in every 5mins.

    That’s all If you still have query you can contact me here. Make sure you’re godaddy user, I’ve never tried on any other hosting.

    Thanks,
    Harry

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.