Tag Archives: dreamhost

Hairy .htaccess Dreamhost WordPress Problem Solved!

[fr]

Résolution d'un problème qui m'a littéralement empoisonné mes vacances. Ouf.

[en]

Thanks to grimboy, my “parent” .htaccess now has two extra lines and looks like this (and the problem that has kept me awake for the last week is solved):

AddDefaultCharset OFF
# BEGIN WordPress
<ifModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/membres.*$ [OR]
RewriteCond %{REQUEST_URI} ^/failed_auth.html$
RewriteRule ^.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</ifModule>
# END WordPress

Thanks so much!

Similar Posts:

Posted in Wordpress | Tagged directory, dreamhost, htaccess, mod_rewrite, password, protect, protection, Real Live Code, rewrite, server, serveur, Weblog Technology, Wordpress | Leave a comment

Hairy .htaccess Dreamhost WordPress Problem

[fr]

Un des derniers problèmes qui me résistent sur le nouveau serveur.

[en]

Here’s roughly what I wrote in a support ticket I sent Dreamhost this morning. If you have any suggestions, I’ll take them.

Hello,

I have a site http://cafecafe.ch on which I have installed wordpress (http://cafecafe.ch/wp/ -> displays as http://cafecafe.ch/blog with Filosofo Homepage-Control plugin).

That server has a subdirectory http://cafecafe.ch/membres/ which is password-protected using .htaccess. Inside is another wordpress install http://cafecafe.ch/membres/wp.

I had this set up on my previous host and it worked fine.

Now, if I go to http://cafecafe.ch/membres/ the request is caught be the blog installed in http://cafecafe.ch/wp/, and I’m shown the page http://cafecafe.ch/blog/.

To make sure it wasn’t a conflict between the two wordpress installs, I created an empty directory http://cafecafe.ch/test/ which I tried to password-protect in the same way. The problem is the same (going to http://cafecafe.ch/test/ displays http://cafecafe.ch/blog). If I comment out the “request valid-user” line of the .htaccess, I get to see the directory listing.

Similarly, if I come back to http://cafecafe.ch/membres and comment out that line in .htaccess, both wordpress installs work fine, with permalinks and all (only the private blog isn’t protected anymore, which won’t do it).

I’ve tried not doing the password protection manually, and using what is provided in the panel for that, but the problem remains exactly the same.

Weird, isn’t it?

Hope you can help me out on this. Tried checking error logs but they were empty.

Similar Posts:

Posted in Wordpress | Tagged directory, dreamhost, Geek / Technical, htaccess, password, problem, protect, server, Wanted, Weblog Technology, Wordpress | 11 Comments

Michael Hampton is My Hero of the Day

[fr]

En principe, les problèmes de serveur sont résolus. Retour à la normale aussi vite que j'arrive à transférer les données avec la connection wifi très approximative que nous avons ici.

[en]

Michael Hampton, also known as io_error just saved my life today by solving the encoding problem on my new hosting. It seems something went wrong when I imported my SQL dumps into the new database. Solving the encoding issue seems to have solved the “can log into admin but can’t do anything” WordPress issue (if someone can explain why, I’d be interested).

And danah is my heroine of the day, because after a morning of politicians and WiFi fighting, it was nice to hear an interesting talk.

Similar Posts:

Posted in Connected Life, Wordpress | Tagged conference, danahboyd, dreamhost, encoding, Events, Geek / Technical, leweb3, michaelhampton, mysql, Online Culture, paris, php, server, Weblog Technology, Wordpress | 6 Comments

WordPress DreamHost WiFi Arghl!

[fr]

Rah! que de problèmes.

[en]

Somebody please tie me up before I start screaming or kill somebody. I can’t stay connected to the wifi network here more than a few minutes. Dreamhost aren’t responding to my support tickets (we’re way past the 24 hour response time). This site (CTTS) is “working” (meaning, it displays more or less, and I can access the admin area and post and do stuff I normally expect to do on a blog). Another of my sites (client site behind password), which is also WordPress, which I transferred the same way (dump database, rsync files, import database) vaguely displays at times, lets me in the admin area, but doesn’t let me do anything once I’m in there (dashboard only).

Add to that I’m not really enthusiastic about the title of the panel I’m on, but unfortunately I don’t have anything better to offer.

Arghl!

Similar Posts:

Posted in Stuff that doesn't fit | Tagged dreamhost, Events, leweb3, problem, Weblog Technology, wifi, wordress | 9 Comments