Tim S
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't Login to WordPress SubdomainI’m not sure what you mean by contacting support, as this is what this forum is for. Are you self hosted or a wordpress.com user?
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteIf you want wordpress to work on your domain name without a sub directory the files should be located in the root. When I visit the link:
http://www.philipthomasblog.com/2011/11/21/wedding-nicole-josh/
It shows me a domain landing page and not a site. When I go to:
http://www.philipthomasblog.com
It says there’s no index page to display in the folder. The public_html folder is your web root. Thats where the files should be. Was your site live? Are the nameservers pointed to the correct server?
Forum: Installing WordPress
In reply to: Cant installCan you provide us a link so we can look into this further for you?
Forum: Installing WordPress
In reply to: Cant installA 404 error does not mean the server would not execute the file. It means it did not find the file. Check your path to your WordPress installation.
Forum: Installing WordPress
In reply to: wordpress error's on website..Your login for WordPress is:
http://www.ryanmwhite.co.uk/wp-admin
You were going to the wrong location.
Forum: Installing WordPress
In reply to: HTTP Error 502.2 – Bad GatewayIt’s a server issue. Try clearing your browser cache to be sure then if it still exists contact your host.
WordPress opens Database connections during many of it’s tasks. If you have a poorly written plugin that does not close the connection, it can result in having too many open connections. I would suggest installing WP- Super Cache and it should help by storing a copy of the pages and serving those to your visitors.
Forum: Installing WordPress
In reply to: Error establishing a database connectionI’m not sure what you mean a secure server until 6. Can you explain this more?
You can look at your servers error_log to see the exact nature of the 500 error. Short of that, leave the plugin disabled so it does not affect your site.
Forum: Installing WordPress
In reply to: How to install wordpress with other script in the same directoryYou cannot have two instances of WordPress running in the same directory. If you wish to rebuild the site but retain the position in Google you can use 301 redirects to do so.
Forum: Fixing WordPress
In reply to: URl addressThere’s not an entry because the data is stored in the database. You need to add the lines of code to it near the top as instructed on the link I provided. This overrides whats in the database.
Forum: Installing WordPress
In reply to: Problems after transferring domain and siteHi,
You do not need to delete the .htaccess file. Simply rename the file and see if that resolves the issue. Also, you may want to reset your permalinks if your URL has changed.
Kepp in mind that WordPress is URL specific so if you have moved a site from one URL to another you will need to update the site URL and home accordingly.
Forum: Installing WordPress
In reply to: Installing WordPress with 1and1 issue – Can't view the siteHi,
Seems that it still displays the domain parking page. Have you checked to make sure the nameservers you are using for the domain name are the ones provided by 1and1? Typically, when you transfer a domain it does not update the nameservers. You may have to update the nameservers…
Forum: Everything else WordPress
In reply to: home page 404 errorIt’s not there – hence the 404 error. Ipstenu is right, just do a redirect and Google will know. A 301 redirect is permanent, so they will update accordingly.
Forum: Everything else WordPress
In reply to: home page 404 errorSet up a 301 redirect for the index.html page to redirect to your wordpress installation.