When I try to open URL tissue.example.com, it will show tissue.example.com/tissue/index.php (the requested URL was not found)
When I type tissue.example.com/index.php it will show the page but almost CSS file and image not showing. The image load with tissue.example.com/tissue/image.jpg
hopefully someone can help me
My virtual host config
<VirtualHost *:80>
ProxyPreserveHost On
ProxyPass / http://192.168.1.10/tissue/
ProxyPassReverse / http://192.168.1.10/tissue/
ServerName tissue.example.com
</VirtualHost>