loller
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archive Linksthanks!
Forum: Fixing WordPress
In reply to: Deleting Multiple postsYea I have no idea what is causing it.
I do have wp-super cache enabled..maybe that is causing it.
For the rest I have a basic installed linux server with phpadmin and cpanel etc (server host is iweb.com)Forum: Fixing WordPress
In reply to: Deleting Multiple postsHi,
I have a dedicated server, 2,4ghz 1gb ram. Normal server load is 0.20 , when deleting 1 post a time it pikes to 10 or even 20
Thanks tho
Forum: Fixing WordPress
In reply to: 2.6 multiple thumbs linkinganyone a clue?
Forum: Requests and Feedback
In reply to: 2.6 multiple thumbs linkingrecorded it : http://images.t3hreloaded.com/errorwp.avi
have the issue in 2 blogs , hosted both at a different company.
Forum: Requests and Feedback
In reply to: WordPress Server Loadok thanks
Forum: Fixing WordPress
In reply to: Fancy linksCan some1 please help me?
Forum: Fixing WordPress
In reply to: Fancy linksNobody a clue?
Forum: Fixing WordPress
In reply to: Fancy linksHi,
anyone a clue?
Is it lot difference when only using half on option?
Are there consequences ,if you tell me where to find it, if i change it?
(http://crn-web.com/permalink-redirect-wordpress-plugin-review/)
Yes hi, ive read that but i cant find the option ‘fancy links’
In the tab : Customize Permalink Structure
i only have :
Default
Day and name
Month and name
Numeric?p=X
and additional problem: I can’t change post their dates, for instance a post is published 1 hour ago at 18:01 , i edit it and change it to 18:02 => doesnt do it; it saves but then when i check its still at 18:01
thx
complete code:
# BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / AddDefaultCharset UTF-8 RewriteCond %{QUERY_STRING} !.*s=.* RewriteCond %{QUERY_STRING} !.*attachment_id=.* 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 %{QUERY_STRING} !.*s=.* 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] </IfModule> # END WPSuperCache # BEGIN WordPress RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPressSuper cache does work and caches everything. Except every blog link get directed to the homepage instead of page 2 or the blog post.
Forum: Fixing WordPress
In reply to: [Plugin:WordPress Database Backup] errorthat fixed it thx!!!