[fr] Résolution d'un problème qui m'a littéralement empoisonné mes vacances. Ouf.
Thanks to [grimboy](http://grimboy.co.uk/blawg/), my “parent” .htaccess now has two extra lines and looks like this (and the [problem that has kept me awake for the last week](http://climbtothestars.org/archives/2006/12/18/hairy-htaccess-dreamhost-wordpress-problem/) is solved):
AddDefaultCharset OFF
# BEGIN WordPress
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
# END WordPress
Thanks so much!
Similar Posts:
- Hairy .htaccess Dreamhost WordPress Problem [en] (2006)
- Browser Language Detection and Redirection [en] (2007)
- Michael Hampton is My Hero of the Day [en] (2006)
- WordPress Deaf to Pings [en] (2007)
- Le Web 3: Recap [en] (2006)
- Hoosgot: The Lazyweb is Back! [en] (2007)
- DailyMotion Problems Solved: View Robert's Video Now [en] (2006)
- Vidéo: nécessité d'une formation blogs [en] (2006)
- Bunny's Print CSS Plugin Upgrade [en] (2008)
- Nasty Problem With Basic Bilingual Plugin [en] (2007)