OSD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Enable Comments on all postsI don’t want to enable anything, I just want to disable the text ‘Leave a Comment’ and also the Name, E-mail, Website and Comment window at the bottom of every post.
I have to many pages to edit them one by one.
Can I just edit the page.php and delete the comments template ?
Forum: Fixing WordPress
In reply to: Need help with WP Super Cache configurationResolved <<Uninstalled>>
Forum: Installing WordPress
In reply to: WP Super Cache ??Resolved <<Uninstalled>>
Forum: Installing WordPress
In reply to: [Plugin: WP Super Cache] Uninstall, need helpResolved <<Uninstalled>>
Forum: Plugins
In reply to: Need help with WP Super Cache configurationResolved <<Uninstalled>>
Forum: Installing WordPress
In reply to: [Plugin: WP Super Cache] Uninstall, need helpThank you, would you be so kind to check this post please ?
Forum: Plugins
In reply to: Need help with WP Super Cache configuration<<UP>>
Forum: Plugins
In reply to: Need help with WP Super Cache configurationSwitched to HALF ON (Super Cache Disabled).
Now the site works in Safari and Firefox but to slow.
Could it be the .htacces in root directory?
# BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /deurne/ AddDefaultCharset UTF-8 RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_ROOT}/deurne/wp-content/cache/supercache/%{HTTP_HOST}/deurne/$1/index.html.gz -f RewriteRule ^(.*) /deurne/wp-content/cache/supercache/%{HTTP_HOST}/deurne/$1/index.html.gz [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{DOCUMENT_ROOT}/deurne/wp-content/cache/supercache/%{HTTP_HOST}/deurne/$1/index.html -f RewriteRule ^(.*) /deurne/wp-content/cache/supercache/%{HTTP_HOST}/deurne/$1/index.html [L] </IfModule> # END WPSuperCache # BEGIN supercache <IfModule mod_mime.c> AddEncoding gzip .gz AddType text/html .gz </IfModule> <IfModule mod_deflate.c> SetEnvIfNoCase Request_URI \.gz$ no-gzip </IfModule> <IfModule mod_headers.c> Header set Cache-Control 'max-age=300, must-revalidate' </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/html A300 </IfModule> # END supercache <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"> Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT" </FilesMatch> # BEGIN ETag FileETag None # END ETag # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /deurne/ RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{QUERY_STRING} !.*attachment_id=.* RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /deurne/index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: WP Super Cache >> Pages are not cached at all ?Generated a new advanced-cache.php by deactivating WP Super Cache, remove the .php file and reactivating WPSC.
Now pages appear blank in most browsers?
Still nothing, site very slow.
- Cache Contents
WP-Cache (0KB)
0 Cached Pages
0 Expired Pages
WP-Super-Cache (0KB)0 Cached Pages
0 Expired Pages. . . . need help.
Forum: Fixing WordPress
In reply to: WordPress site completely BLANK in SafariForum: Fixing WordPress
In reply to: WordPress site completely BLANK in SafariHere al Pages are blank with IE and Firefox, only the first page (this is actually a post) displays fine.
Forum: Fixing WordPress
In reply to: WordPress site completely BLANK in SafariI asked this because I have the same problem, only it works here with Safari and not with IE or Firefox after installing WP Super Cache problem.
Is it just the first page that’s not working ?
Forum: Fixing WordPress
In reply to: WordPress site completely BLANK in SafariInstalled WP Super Cache ?