broken site after upgrade – custom htaccess
- 
		Hi all, I tried upgrading today to wp3 and latest BP, and I lost my custom htaccess settings it seemed. Actually, the file itself was untouched, but my home page was replaced with the default BP home. You see, I run BP on the back of a custom cms/cart, and have RewriteBase / 
 RewriteRule ^(.+).(html|htm)$ / [R=301,L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule . /community.php [L]as my rule to avoid a conflict with our own system, as our home page uses that (index.php). Upon upgrade, my normal homepage was replaced with the BP default home. What do I need to update again in order to put things back as they were? 
- The topic ‘broken site after upgrade – custom htaccess’ is closed to new replies.