Add multiple domains question

fabrixxm 2012-05-04 03:20:06 -07:00
parent f4d21df07e
commit c6a32d02fe

15
FAQ.md

@ -1,6 +1,17 @@
## Is it possible to have different avatars per profile? Users
* [Is it possible to have different avatars per profile?](#q1)
Admins
* [Can I configure multiple domains with the same code instance?](#q2)
## <a id="q1" /> Is it possible to have different avatars per profile?
We had this originally, and it introduced privacy leakage - this was the same profile photo used in conversations with that person and people knew they weren't seeing the same profile that other people saw. We had this originally, and it introduced privacy leakage - this was the same profile photo used in conversations with that person and people knew they weren't seeing the same profile that other people saw.
Have since decided that we can probably do this - but only use the default profile photo in posts - all posts. Have since decided that we can probably do this - but only use the default profile photo in posts - all posts.
Somebody will know they aren't seeing the default profile, but this isn't hard to figure out anyway. Anybody can access the default profile and compare to what they see from a sparkle link. Somebody will know they aren't seeing the default profile, but this isn't hard to figure out anyway. Anybody can access the default profile and compare to what they see from a sparkle link.
Anyway, it's possible. It just needs somebody to roll up their sleeves and get it done. Anyway, it's possible. It just needs somebody to roll up their sleeves and get it done.
## <a id="q2" />Can I configure multiple domains with the same code instance?
You can do that. What you can't do is point two different domains at the same database.
As long as .htconfig.php exists to keep it from trying to do an install, you can keep the real config in `include/$hostname/.htconfig.php`
All of the cache and lock stuff can be configured per instance.