Please I need help with this Right now my htaccess looks like this and is working very well for subdomains ========================== <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.*) RewriteRule ^(.*) http://%1/$1 [R,L] RewriteRule ^(.*) blogs/$1 [QSA,L] </IfModule> ============================ So it is OK Now, my question
In other words, it is nice what the guys have help here to have automatically redirect to the portal page, but that creates problems to my main page and also some conflicts with other software that does the email and it is installed in http://mydomain.com/mail/ But users access thru a subdomain, example: http://mail.mydomain.com
I'm no expert with htaccess but could you move the htaccess file out of the web root directory and place it in /blogs? I think this would sort your problems
I have done that. in fact i Have even working with the Apache conf file becuase I am having other error
After login in the a BLOG, and then clicking on the Link for the blog from inside /blogs/profile then I see the application trying to access /admin (place where we write, manage, links, users, etc) But it is not getting there, it is displaying the BLOG as it was hit by a regular user, in other words I CANNOT enter the administration (dashboard)