kento
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Widget date not showingDunno what I’m doing wrong π
Forum: Plugins
In reply to: [LeagueManager] Widget date not showinghttp://courbevoiehandball.hebergement.me/ and config of the widget http://i.imgur.com/W8uVz.jpg
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] image not showing up after new post updateThank you for your answer, i think the next version will be awesome !
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] image not showing up after new post updateNobody ? π
Forum: Plugins
In reply to: After W3 Total Cache redirect domain.de to www.domain.de does not work!Hi,
When i put this code on the top of my htaccess everything ok
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.com$
RewriteRule ^(.*) http://www.domain.com/$1 [QSA,L,R=301]but when W3TC update cache this code move down and problem come back :
http://www.domain.com/wp-content/w3tc/pgcache/_default_.html.gzip when try http://domain.com
:'(
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Blank pageYep i disabled compression still blank page every hour
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Custom path for CDNOk i found myself
images/thumb/*.jpg works perfectly
Forum: Fixing WordPress
In reply to: image uploads via TDO Mini Forms give 403 errorOk i fixed this, it was because suPHP security on Gentoo :
/usr/local/etc/suphp.conf
Change
umask=0033
to
umask=0022It work !!! Great plugin ! π
Forum: Fixing WordPress
In reply to: image uploads via TDO Mini Forms give 403 error/wp-content/uploads/8223/ have chmod 744 but when i change it to 755 image is displaying so how can i do for make chmod 755 automatically ? Thanks !
Forum: Fixing WordPress
In reply to: image uploads via TDO Mini Forms give 403 errorHi,
I got same error :
Forbidden
You don’t have permission to access /wp-content/uploads/8223/653041.jpg on this server.
I can reach this file via ftp, i tried to change chmod of /uploads/ to 777 and 755 same effect :'(
Forum: Plugins
In reply to: [Plugin: WP Post Thumnail]Same probleme here (wp 2.7) but issue from Repsaj_Nav doesn’t work for me :'(
Forum: Plugins
In reply to: never have <!– super_cache –>yes tried in safari and firefox not logged, same <!– Cached page served by WP-Cache –> :'(
cache directory and wp-content are writable
Forum: Developing with WordPress
In reply to: Supercache installed, not serving pagesI have same problem but no subdirectory maybe htaccess ?