Forums

Default Menu (how) (18 posts)

  1. Craigsnedeker
    Member
    Posted 12 months ago #

    Hey, my client has a website (http://creatingclimatewealth.com/) and is using the Menus. If you visit the website, you will see a green tab labeled SYDNEY, AUS. How can I make this the default tab (page) that opens up?

  2. Craigsnedeker
    Member
    Posted 11 months ago #

    bump need this asap

  3. wprock
    Member
    Posted 11 months ago #

    set this as home page from ADMIN->Settings panel

  4. Craigsnedeker
    Member
    Posted 11 months ago #

    crap that broke everything

  5. Craigsnedeker
    Member
    Posted 11 months ago #

    i get 500 errors, and I can't login anymore. how to I fix it???

  6. wprock
    Member
    Posted 11 months ago #

    then go to old settings

  7. Craigsnedeker
    Member
    Posted 11 months ago #

    i can't dude

  8. wprock
    Member
    Posted 11 months ago #

    your server have .htaccess file?

  9. Craigsnedeker
    Member
    Posted 11 months ago #

    i dont have access to it

  10. wprock
    Member
    Posted 11 months ago #

    you have FTP or CPANEL access? Check from that access. If you have not .htaccess file then create one and upload on the server.

    here is the code

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog3.0/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /australia/index.php [L]
    </IfModule>
    
    # END WordPress
  11. wprock
    Member
    Posted 11 months ago #

    Are you changed the site and blog URL address from there? don't do that.

  12. Craigsnedeker
    Member
    Posted 11 months ago #

    well you said to change it in there...

  13. wprock
    Member
    Posted 11 months ago #

  14. Craigsnedeker
    Member
    Posted 11 months ago #

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

  15. wprock
    Member
    Posted 11 months ago #

    you have PHPMYADMIN access or CP access. if you trust me then sent it here chinmoy29 at gmail dot com

  16. Craigsnedeker
    Member
    Posted 11 months ago #

    I don't have access to PHPMYADMIN or MYSQL (and I'm not sure what CP)

  17. wprock
    Member
    Posted 11 months ago #

    you changed the WordPress address (URI) or Blog address (URI). For that reason you are getting the error.

    # Go to the Administration > Settings > General panel.
    # In the box for WordPress address (URI): change the address to the new location of your main WordPress core files.
    # In the box for Blog address (URI): change the address to the new location, which should match the WordPress address (URI).

    You will just change the static page and blog post value from the ADMIN.

    Now need to fix the site then need DB access or you can do this via wp_config.php file

    put the following code in your wp_config.php file, saved it and upload on the server.

    define('WP_HOME','http://creatingclimatewealth.com');
    define('WP_SITEURL','http://creatingclimatewealth.com');
  18. Craigsnedeker
    Member
    Posted 11 months ago #

    Ok, thanks a lot. I'm working on getting some access now

Reply

You must log in to post.

About this Topic