slsdoug
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Installation Fatal Error chmod 777Same issue. I do not want to chmod 777 because it is a big security risk.
Forum: Fixing WordPress
In reply to: logout gives me 404 errorI figured it out.
My host was blocking some of the images in wp-admin directory which caused google gears to stop working, too. A 403 forbidden would be returned when the images were accessed. It was only 2 that I know of: toggle-arrow.gif and toggle-arrow-rtl.gif.
Once they added the domain to their whitelist, everything worked fine.Forum: Fixing WordPress
In reply to: WP 404 on permalinksI’ve had 2 blogs give me 404 errors. One of them,
http://blog.mysecurepc.com/
I deleted the htaccess in the blog’s root dir then recreated permalinks by clicking on update permalinks in admin panel.
The other blog still has the 404 problem (same versions 2.0.3). Deleting/creating htaccess did not fix it.Doug
Forum: Installing WordPress
In reply to: Problem installing on a subdomainI had the same problem with GoDaddy and 1and1. Each was solved differently.
GoDaddy:
When a subdomain is created a folder of the same name is created off the root dir. In WP under Options I named the WP address and Blog address the same:
http://subdomain.domain.com1and1:
When a subdomain is created, no folder is created; it excepts everything to be installed in the root. I had to create a destination folder called subdomain (in the admin istrator on 1and1). I named
WP address: http://www.domain.com/subdomain
Blog address: http://subdomain.domain.comDoug
Forum: Fixing WordPress
In reply to: Tooltip confusionThat did it! Thanks.
Doug