dangayle
Forum Replies Created
-
Forum: Plugins
In reply to: backWPup hangs on FILES backupSame problem, large amount of files
Both wordpress and nginx are running as www-data user, and I’ve checked all the permissions. The cache location is /var/cache/nginx. I can’t seem to find any reason why the script shouldn’t be able to remove
Are there any specific config options that must be a certain way to work?
Forum: Plugins
In reply to: [JSON API] Custom taxonomy and post type support.+1
Same issue
Forum: Networking WordPress
In reply to: Upgraded install to multisite, now post thumbnails broken.I’m also having an issue where custom thumbnail sizes won’t show up in WP Multisite
Forum: Networking WordPress
In reply to: Run WordPress Multisite on AWS (Amazon Web Services – EC2)?tracking
There are legitimate reasons for wanting a dedicated IP address, such as Private SSL Certificates or for anonymous FTP uploads/downloads.
Aside from questioning the motives of someone wanting a dedicated ip to a dedicated website, insinuating blackhat SEO, where would someone find the information needed to configure things exactly as the OP requested?
Forum: Fixing WordPress
In reply to: WordPress 3.0 upgrade static page not workingSame problem, no plugins. Works on default theme and Hybrid parent themes, but not on Hybrid News child theme ??
Forum: Themes and Templates
In reply to: Wp_Query dates before xxxx-xx-xxProbably shouldn’t have skipped this part right after I defined
$query
:
$queryObject = new WP_Query($query);
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] WWW and Non WWW causing issues in W3TCI had the same problem, but my www redirect was at the top of the .htaccess file.
The issue was the
# RewriteCond %{REQUEST_URI} \/$
directive. Once I commented that out, it worked perfectly. Is there a specific reason for that directive?Forum: Fixing WordPress
In reply to: HTTP Error!I’m on WP 2.9, and we had a htpasswd authentication on the wp-admin folder.
The link above from bookchiq worked perfectly.
(BTW, the browser uploader worked fine. It’s the flash uploader that didn’t work.)
Forum: Fixing WordPress
In reply to: Disable Comments RSS Feed in wp_headYour RSS feed might be hard-coded into your theme, in which case the filter demonstrated by punkyb9 won’t work. Double check your header.php file.
Forum: Fixing WordPress
In reply to: Permalink Custom Structure Category BaseWe actually have a site set up exactly like that. But the issue then is what about the “pages” you want to be at domain level? We have some sophisticated re-write stuff going on to accomplish it, but it’s a pain to deal with and/or modify.
Forum: Fixing WordPress
In reply to: Permalink Custom Structure Category BaseA very useful page here, it should help me figure this out somehow:
Removing Category Base from WordPress URLsForum: Fixing WordPress
In reply to: Permalink Custom Structure Category BaseHere’s what I can find, but no definitive answers: