Thank you, but so far no success.
I have pasted the two lines you gave me in the Drupal htaccess, just before </IfModule> and then nothing changed: page not found when I gave in www.baszeeland.org
When I pasted the two lines in root htaccess then my whole site became forbidden. I do not know whether I should have added Rewrite Engine on-type lines as well.
And does the line *DocumentRoot /home/virtual/richel.org/v
So please try again.
Thanks
Main Topics
Browse All Topics





by: ahoffmannPosted on 2006-09-20 at 04:04:41ID: 17559477
> But I want www.baszeeland.org to be answered, resolved, by www.richel.org/drupal (where there is a directory with the name www.baszeeland.org )
al [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.baszeeland\.org$
RewriteRule .* http://www.richel.org/drup
# feel free to adjust the L and R flag as xou like