Is it possible to have an installation of drupal running several different sites with content specific to each, but all sharing the same user base? I am looking to create a network of sites that each have their own content (and have that content be exclusive -- that is, one site's content will not be accessed or linked or searchable by another), but all the sites need to have the same user base. If a user signs up on one, he should be automatically able to access all the other sites.
Well I installed twice everything seemed fine till I pulled up the page. Im trying to find info on here about these errors... Anyhelp would be greatly appreciated.
Just downloaded and installed durpal 4.3.1, set up a virtual host on apache on my local web server. When I go to 'drupal.bla/index.php' I get an 'error 500':
'Internal Server Error'
Error in Apache's error_log:
'/www/sites/drupal/.htaccess: order not allowed here'
Apache httpd.conf has mod_rewrite enabled:
'LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so'
If I empty .htaccess all is fine, but then I don't get the nice URL's... and I *would* like to have that.
If you read my last forum post, you'll remember I was having problems with posting long HTML static pages. When I made the post, the code would become garbled. For example, if I posted:
1
2
3
4
5,
the page would display as:
1
2
3
1
2
3
4
5.