Udegbunam Chukwudi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Theme Doesn’t call 404.phpIt’s still not working ??
Thanks for the fix. ??
BTW is there a way of getting it not to show blog author’s comments?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] image gallery not working with cdn enabledThanks a million ??
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] image gallery not working with cdn enabledThe code below appears in my htaccess
# BEGIN W3 Total Cache <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} !\/wp-admin\/|\/xmlrpc.php|\/wp-(app|cron|login|register).php [OR] RewriteCond %{REQUEST_URI} wp-comments-popup\.php|wp-links-opml\.php|wp-locations\.php [NC] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} ="" RewriteCond %{HTTP_COOKIE} !comment_author|wp-postpass|wordpress_\[a-f0-9\]\+|wordpress_logged_in [NC] RewriteCond %{HTTP_USER_AGENT} !bot|ia_archive|slurp|crawl|spider|2\.0\ MMP|240x320|ASUS|AU-MIC|Alcatel|Amoi|Android|Audiovox|AvantGo|BenQ|Bird|BlackBerry|Blazer|CDM|Cellphone|DDIPOCKET|Danger|DoCoMo|Elaine/3\.0|Ericsson|EudoraWeb|Fly|HP\.iPAQ|Haier|Huawei|IEMobile|J-PHONE|KDDI|KONKA|KWC|KYOCERA/WX310K|LG|LG/U990|Lenovo|MIDP-2\.0|MMEF20|MOT-V|MobilePhone|Motorola|NEWGEN|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Novarra|O2|Opera\ Mini|Opera\.Mobi|PANTECH|PDXGW|PG|PPC|PT|Palm|Panasonic|Philips|Playstation\ Portable|ProxiNet|Proxinet|Qtek|SCH|SEC|SGH|SHARP-TQ-GX10|SIE|SPH|Sagem|Samsung|Sanyo|Sendo|Sharp|Small|Smartphone|SoftBank|SonyEricsson|Symbian|Symbian\ OS|SymbianOS|TS21i-10|Toshiba|Treo|UP\.Browser|UP\.Link|UTS|Vertu|WILLCOME|WinWAP|Windows\ CE|Windows\.CE|Xda|ZTE|dopod|hiptop|htc|i-mobile|iPhone|iPod|nokia|portalmmm|vodafone [NC] RewriteCond /home/mogbn/public_html/blog/wp-content/w3tc/pgcache/%{HTTP_HOST}/$1/index.html%{ENV:APPEND_EXT} -f RewriteRule (.*) wp-content/w3tc/pgcache/%{HTTP_HOST}/$1/index.html%{ENV:APPEND_EXT} [L] </IfModule> # END W3 Total Cache
Will deleting it stop the 404 errors. I just want to confirm should in case at some point in time I need to uninstall the plugin.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] image gallery not working with cdn enabled@fredericktownes: WLW issue resolved. It automatically recognises the CDN.
My current problem now is that whenever I deactivate W3 TOTAL CACHE. I get 404 errors on ALL my blog posts. What could be wrong?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] image gallery not working with cdn enabledIt works natively with Windows Live Writer such that post images land in the wp-content/upload folder but there’s an option to have it FTP the images to any other location which is why I’m kind of wondering how to set it up without having to export the media gallery after each new post. Thanks anyway ??
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] MobilePress compatibilityI succeeded in getting this plug-in to work with WordPress Mobile Pack.
As Frederick Townes suggested, under Page Cache Settings, I added the list of Mobile user agents to the list of rejected user agents, then deleted everything withing the mobile user agent field.I left the Redirect mobile users to field blank.
So far so good, it’s working just fine.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] image gallery not working with cdn enabled@frederick Townes: Hi sir, I finally managed to export my gallery to the CDN. Now my problem is that I blog with Windows Live Writer.
How do I set Windows Live Writer to upload images of new blog posts to the CDN?
My CDN is images.strictlyonlinebiz.com.
Thanks a lot!