cjkullving
Forum Replies Created
-
Forum: Networking WordPress
In reply to: WP Account Details Public On SiteProblem solved.
Forum: Networking WordPress
In reply to: Broken Image Link Multisite when updated to WP 3.8Okay, just erased TimThumb from the server and updated to a new version.
Still some problems though, and I’ve been trying to find the correct path for hours.
Any other suggestions?Forum: Networking WordPress
In reply to: Broken Image Link Multisite when updated to WP 3.8Thank you!
I inactivated timthumb for all of my sites, but the problem still exists when Im trying to upload new images.
Are there more changes to do than just inactivate?And do you have any other kind of TimThumb-plugin to recommend?
All the best.
Forum: Networking WordPress
In reply to: Broken Image Link Multisite when updated to WP 3.8Thanks again for taking time for this problem!
I tried to empty out the cache folder, but the problem still exists.
Can it be something in the settings? I know that I had to change the path link to images in the settings earlier this fall because of a wrong image update.
Any suggestions?All the best!
Forum: Networking WordPress
In reply to: Broken Image Link Multisite when updated to WP 3.8Thank you for the reply!
I tried to add the WP rewrite rules, but nothing happend.
Is there any other code I should try?
Or can the problem come from any of the Settings in WordPress?All the best
Forum: Networking WordPress
In reply to: Broken Image Link Multisite when updated to WP 3.8Do you mean this one?
# BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / AddDefaultCharset UTF-8 RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] 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_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] 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