I had my document DocumentRoot
set to www/fg
.
Before, I did browse to www/fg
by typing http://www.mydomain.com/www/fg
.
Then, I set up VirtualHosts
that point to www/fg
. And now I just type http://www.mydomain.com
.
The problem is that my web developer wrote links as www/fg/image.png
.
And thos links are not accessable anymore.
There is a way to tell apache to rewrite any link like http://www.mydomain.com/www/fg/image.png to http://www.mydomain.com/image.png?
I would also change links like http://www.mydomain/www/fg/somelink
to http://www.mydomain.com/somelink
.
Same for https. Regards