Hi,
I download vbdrupal, and install normal.
However, I want to setup this blogs for some member. I set role for a specific usergroupsid. But I don't know how to config clean URLs, or the clean URLs is not working right.
The root site of my blogs will be: http://www.mydomain.com/blogs/
The forum address: http://www.mydomain.com/forums/
And I want my member blogs address will be: http://www.mydomain.com/blogs/[username]
There are many modules, and its brief information is so short, I don't know what is the basic module for blogs. I'm so sorry because my English is not good! However, it is so hard for me to configuration. I had ordered my hosting service change the "AllowOverride All" for my Apache. My hosting is: Linux, Apache, PHP, MySQL.
So could you give me some instructions to setup the needed modules and what is the right setting in .htaccess file?
# Various rewrite rules.
RewriteEngine on
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
RewriteBase /blogs
# Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
#RewriteRule node.php index.php?q=node/view/%1 [L]
# Rewrite old-style URLs of the form 'module.php?mod=x'.