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?
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?
bump need this asap
set this as home page from ADMIN->Settings panel
crap that broke everything
i get 500 errors, and I can't login anymore. how to I fix it???
then go to old settings
i can't dude
your server have .htaccess file?
i dont have access to it
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 WordPressAre you changed the site and blog URL address from there? don't do that.
well you said to change it in there...
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
you have PHPMYADMIN access or CP access. if you trust me then sent it here chinmoy29 at gmail dot com
I don't have access to PHPMYADMIN or MYSQL (and I'm not sure what CP)
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');Ok, thanks a lot. I'm working on getting some access now
You must log in to post.