Tim S
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: login required to see website as a public!!That’s correct. Well, at this point I’m at a loss. There’s nothing in WP core that would redirect the site like that, especially with a default installation. I’m willing to bet it’s got something to do with the server.
Forum: Installing WordPress
In reply to: best way to install wordpressWell, if your hosting provider provides temp urls I would suggest using founds of that. But really you’re doing the same thing – since they’d be in directories. Oh since they will be direcories on your website, you may want to make sure to set up robots.txt files to control how bots crawl your site. You’ll basically want to make sure you exclude those test sites from your indexes.
Forum: Fixing WordPress
In reply to: login required to see website as a public!!There’s nothing in the core WP code that would re-direct the site like this. What are your site URLs and HOME in the WordPress Dashboard?
Forum: Fixing WordPress
In reply to: login required to see website as a public!!There’s a re-direct set up in there somewhere. Have you contacted your hosting company? What is your site URL and home set to in WP?
Forum: Fixing WordPress
In reply to: login required to see website as a public!!Try renaming your .htaccess file to something else and see if that fixes it
Forum: Fixing WordPress
In reply to: login required to see website as a public!!Looks like you have a redirect – directing all the traffic to your site to your admin login.
Forum: Fixing WordPress
In reply to: WordPress SlownessIt could be depending on alot of factors. Check out:
And
they may help you
Forum: Installing WordPress
In reply to: installationLook at your file permissions. Here’s a link explaining it:
Forum: Installing WordPress
In reply to: best way to install wordpressSome hosting providers provide Temp URLS which is not domain specific. If this doesn’t work for you then create folders off your domain with their sites in it.
Then if they decide they want the site – all you would need to do is point the domain to that folder as the document root.
Forum: Fixing WordPress
In reply to: WordPress SlownessActually, there’s a way around this. There’s plugin called the broken link checker. It will show you the server load in its settings. Basically, since checking links can drive the load up on the server, it shows you the current load in real time. I found it can be helpful just for that purpose.
http://wordpress.org/extend/plugins/memory-viewer/
check out this plugin. It may help you figure out where the queries are being generated.
Forum: Fixing WordPress
In reply to: WordPress SlownessCan you check the server load? Are you on a shared hosting platform?
Forum: Fixing WordPress
In reply to: Trouble moving wordpress to a new folderTry using the same siteURL for the home settings and see if that resolves the issue. The problem is, it keeps looking for a file in the old location with /wordpress in the URL.
Forum: Fixing WordPress
In reply to: WordPress SlownessLook for a caching plugin like WP super cache. It will cache copies of the pages to serve and speed up load times as well as reduce the load on the server.
Forum: Fixing WordPress
In reply to: Trouble moving wordpress to a new folderIt’s trying to access a file in the old directory that no longer exists since you’ve moved it to the new directory. Try updating the site URL and home settings to point to the new directory where all the files are stored.
IF your new directory is “new” for example then you need to include it in the SITE URL and home.
Here’s a link to help you do that:
http://codex.wordpress.org/Changing_The_Site_URL