0

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>
djdomi
  • 1,599
  • 3
  • 12
  • 19
  • What kidn of page are you using, please wrote more context as currently you using a Reverse-Proxy that access already the Subfolder - either remove /tissue from the Reverse-Proxy or keep it and fix your CSS files – djdomi Jun 29 '21 at 05:20
  • i am using joomla.... i have main web apache server... the virtual host at the server but the joomla installation is in other server... that why i use proxypass – Hisham Yacob Jun 29 '21 at 05:36
  • how do you want to get your site showing, with url/ orurl/tissue? – djdomi Jun 29 '21 at 05:56
  • tissue.example.com will redirect to tissue.example.com/tissue/index.php. will show url not found when i type tissue.example.com/index.php will show the page but error 404 for css file or image location. – Hisham Yacob Jun 29 '21 at 06:37
  • then fix joomla, your site then was setup to use /tissue instead of / – djdomi Jun 29 '21 at 06:46

0 Answers0