bloggenbent
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: htaccess redirectThanks. I will try there as well. If anyone here can answer, it would be very much appreciated.
Forum: Fixing WordPress
In reply to: Permanent redirect 301 with .htaccessIt works now. Thanks you who replied. This is the code that worked. ??
RewriteEngine On RewriteBase / RewriteRule ^(.*)$ https://www.bloggenbent.se/modules/wordpress/$1 [R=301,L]
Forum: Fixing WordPress
In reply to: Permanent redirect 301 with .htaccessOkay, thank you for your clarification. No, my WordPress doesn’t do that.
First of all, any file or directory in the /modules-folder is protected so WordPress doesn’t have write access to most things – except the things it clearly needs. .htaccess files is a set of files it can’t write to. I want it this way because I’m not a 100% sure about the marriage between WordPress and Xoops. Better be safe.
Second, the above quoted code is the ‘ordinary’ .htaccess you get when you update your permalink structures in options. I’ve just tried lots of variants like:
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ https://www.bloggenbent.se/$1 [R=301,L] </IfModule>
… and so on all the way up to what I quoted above. That should work, according to what I read on the net. But it doesn’t. Or I’m doing something glaringly stupid.
This is the first time I’m tinkering with .htaccess at this depth, as you well can see.
Forum: Fixing WordPress
In reply to: Permanent redirect 301 with .htaccessThank you for your reply. Just to clarify, what do you mean by this: WordPress rules section. Sorry if I’m a bit thick. I’ve tried just about any permutation of the rewrite line – alone in the htaccess file and with everything else.
Redirection often works, but it just redirects to my front page:
https://www.bloggenbent.se/modules/wordpress
I should mention that the wordpress that’s stuffed into Xoops is 2.2.1.
Extra: I should also mention that I haven’t dared putting any htaccess-file in directories above /modules/wordpress since I have another site running on this domain that may be affected.
Forum: Your WordPress
In reply to: How many have WordPress under the hood?Does Drupal have a WP module? I searched for something like that on drupal.org for another site that I’m planning but didn’t find any – just a thread in their forums about not wanting to integrate wordpress but rather expand the core blogging module.
Forum: Requests and Feedback
In reply to: WordPress.com is downvkaryl, thank you. I didn’t know the link to the forums, except as a link from the wordpress.com page, which is down. ??
Forum: Requests and Feedback
In reply to: WordPress.com is downPodz, thanks. I would, but I can not access the wordpress.com forums.
Forum: Requests and Feedback
In reply to: WordPress.com is downGrrrr… I moved to wordpress.com just a week or two ago because blogger.com was so unreliable.
Forum: Requests and Feedback
In reply to: WordPress.com is downI hope my posts are allright. I just wrote a looooong one, and I don’t want to write it again. Anyone know what’s going on, and how long it is going to take until the server is up again?