lausianne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 403 Access Forbidden to admin and blogOk, here you go.
New installation: https://wp.longwitz.ch/Currently the only problem is permalinks, where creating .htaccess blocks all access. I don’t think you can see that from outside.
I’m happy to send you the admin password, alexleonard, if you think you can help..htaccess looks like this:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Forum: Fixing WordPress
In reply to: Media Uploader – ImagesThanks for your answers, peiqinglong & xeroxaven.
I chmodded wp-content to 777, now I get this when trying to upload (flash):
On top there’s the message “HTTP error” in red letters.
Below that I found the unreadable message
“An error occurred in the upload. Please try again later.”(I copy/pasted the page to a textfile to read the message …)
But the browser uploader now works!
Forum: Fixing WordPress
In reply to: 403 Access Forbidden to admin and blogOh, you’re working on Sundays … thanks for the reply.
I’d like to keep the current url private. But I will reinstall WP under a different url tomorrow and post it here.
If you send me your email address, I’ll send you the private url and admin login right away: lausianne gmx netForum: Everything else WordPress
In reply to: How could I change my forum password??Same today.
Forum: Fixing WordPress
In reply to: 403 Access Forbidden to admin and blogHi,
I’ve got exactly the same problem. I installed WP yesterday, writing posts works. Uploading images doesn’t (wrong path, I believe, described in other post).
As soon as I create .htaccess in the wordpress root folder and enable write access, wordpress fills it automatically and I have no more access to anything, 403 everywhere.I tried what I found here: https://www.ads-software.com/support/topic/189058?replies=1
Not sure if that’s actually related to this problem. Anyway, no go.How is this supposed to work? Thanks for your help.
Forum: Fixing WordPress
In reply to: Media Uploader – ImagesI’ve got the same problem. It could have to do with the path /*****/… where I have /home/www/web405/html/…
This path starts from the web server home to which I have of course no access. It should be sth like https://myblog/…
Not sure about http. Definitely not /home/www etc.Does anyone now what exactly to put here, and where this is set?
Thanks.