yspeert
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Images 'broken' in WP multisiteHey guys,
The problem is solved (thanks to all but especially to Mika), my hostingparty found the problem in the end.
They say:
It turned out the htaccess file I uploaded had the wrong name (htaccess.rtf) and contained metadata (whatever that is) because I used a texteditor (the one you’ll find on your Mac).
Anyway, alls well that ends well, I am so happy that my pictures are now showing.
Thank you all, really appreciate it. Anyone in Edinburgh coming weekend? I’ll buy you a beer.
Cheers,
Arjan
Forum: Networking WordPress
In reply to: Images 'broken' in WP multisitesorry, pressed send too many times
Forum: Networking WordPress
In reply to: Images 'broken' in WP multisiteThis is what the hosting party sends me, a logfile with what happens (see below).
They feel that WordPress tries to write in /var/www/notaris-hypotheek.nl/web/files while it should write/read in:
/var/www/notaris-hypotheek.nl/web/wp-content/blogs.dir/$id/files.logfile:
[Fri Jul 06 15:34:48 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://www.notaris-erfrecht.com/
[Fri Jul 06 15:34:49 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://www.notaris-erfrecht.com/
[Fri Jul 06 15:37:41 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://www.notaris-erfrecht.com/
[Fri Jul 06 15:37:54 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://www.notaris-erfrecht.com/
[Fri Jul 06 15:37:54 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://www.notaris-erfrecht.com/
[Fri Jul 06 15:37:55 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://www.notaris-erfrecht.com/
[Fri Jul 06 15:38:00 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://www.notaris-erfrecht.com/
[Fri Jul 06 15:38:14 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://erfrecht.groningen-notaris.com/wp-admin/themes.php?page=custom-header&step=2
[Fri Jul 06 15:38:14 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://erfrecht.groningen-notaris.com/wp-admin/themes.php?page=custom-header&step=2
[Fri Jul 06 15:38:17 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://erfrecht.groningen-notaris.com/wp-admin/themes.php?page=custom-header&step=3
[Fri Jul 06 15:38:17 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://erfrecht.groningen-notaris.com/wp-admin/themes.php?page=custom-header&step=3
[Fri Jul 06 15:38:17 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://erfrecht.groningen-notaris.com/wp-admin/themes.php?page=custom-header&step=3
[Fri Jul 06 15:38:17 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://erfrecht.groningen-notaris.com/wp-admin/themes.php?page=custom-header&step=3
[Fri Jul 06 15:38:17 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://erfrecht.groningen-notaris.com/wp-admin/themes.php?page=custom-header&step=3
[Fri Jul 06 15:38:17 2012] [error] [client 89.200.200.5] File does not exist: /var/www/notaris-hypotheek.nl/web/files, referer: http://erfrecht.groningen-notaris.com/wp-admin/themes.php?page=custom-header&step=3Forum: Networking WordPress
In reply to: Images 'broken' in WP multisiteMade testsite (no plugins),
uploaded picture to library…. broken.
uploaded picture for header…. broken.
Forum: Networking WordPress
In reply to: Images 'broken' in WP multisiteYes,
I use: WordPress MU Domain Mapping
As we started the network we installed Domain Mapping before doing anything else, so did not try to change the header. So I don’t know if they worked before…
Cheers,
Arjan
Forum: Networking WordPress
In reply to: Images 'broken' in WP multisiteHey guys,
Thank for all the input.
AllowOverride was indeed set to all.
I have not changed the domain name for the mother, but I have changed them for the daughters. E.g. the daughter erfrecht.groningen-notaris.com is mapped to a more userfriendly domain name; http://www.notaris-erfrecht.com
Cheers,
Arjan
Forum: Networking WordPress
In reply to: Images 'broken' in WP multisiteCurrent path for a picture is e.g.:
http://erfrecht.groningen-notaris.com/files/2012/06/A-notaris-testament-en-erfrecht.jpg
(broken links)When I use:
The picture actually appears in my browser… So that is good news I hope?
Cheers,
ArjanForum: Networking WordPress
In reply to: Images 'broken' in WP multisiteSubdomains.
Forum: Networking WordPress
In reply to: Images 'broken' in WP multisiteBreathing, stopping….
My htaccess text:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]And the httpd.conf has been checked with my provider, allowoverride is indeed set to all, so no problem there…
So is it the htaccess??
Thanks!
Arjan
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] some redirects work, some don'tHey all,
Thanks for the suggestions.
In the end I got them all to work. The only thing I did was resubmit the redirects that did not work the first time and now they all work. (I removed the old redirects and entered the old and new addresses to form a new redirect again)
So, not a good diagnosis what went wrong, but wait a few days and try to make the redirects again, this time it might work… (An unsatisfying workaround, I know).
Cheers,
Arjan
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] some redirects work, some don'tIndeed.
Extra frustrating now to see the working redirects push a lot of traffic, makes me realize what we are losing on the redirects that don’t work….
(But shared grieve is half the grieve as we say in Holland :-))
Forum: Fixing WordPress
In reply to: Widget gone from home, present on other pages, why?No prob. Thanks anyway!
Forum: Fixing WordPress
In reply to: Widget gone from home, present on other pages, why?Hi DCFan,
I have the GlossyBlue theme.
Not sure though what you mean with a ‘page widget option’…