do you have the servername directive in your virtual host directive plus the
server alias in there too or just the main servername? as putting in virtual
host it should work whether port 80 or 8080 - this would then cover both www
and none www requests without the trailing slash - I would imagine adding
Port 80 (which I think is a different issue to the missing trailing slash
rewrite) to the virtual host without the servername and server alias would
just result in rewriting to http://servername.com:80/graphics/ if the
trailing slash wasn't added


gary



> You are partly correct, the servername directive is important, however i
> have that specified already. Here is the fix to redirecting to the
> [real] port:
>
> add this line to your virtual host:
> Port 80
>
> and this to your ssl virtual:
> Port 443
>
> mine are right above the ServerName.
<SNIP>

Reply via email to