Bug#447264: apache2.2-common: icons do not work on virtualhost with mod_rewrite on
All I have for rewrite rules are like the following, stripping www from
the site name. They are in /etc/apache2/sites-available/default
RewriteCond %{HTTP_HOST} www.rob.roukens.org [NC]
RewriteRule ^.*$ http://rob.roukens.org/ [R,L]
Here is one example of a virtual host that showed this problem. None of
the paths mentioned are symlinks:
<VirtualHost *:80>
DocumentRoot /home/erik/rob_html
<Directory /home/erik/rob_html>
Options Indexes MultiViews FollowSymLinks
AllowOverride Limit
</Directory>
ServerName rob.roukens.org
ErrorLog /var/log/apache2/rob-error.log
LogLevel warn
CustomLog /var/log/apache2/rob-access.log combined
ServerSignature On
</VirtualHost>
Reply to: