Score:0

Virtual Host With Proxypass

cn flag

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 avatar
za flag
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
Hisham Yacob avatar
cn flag
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
djdomi avatar
za flag
how do you want to get your site showing, with url/ orurl/tissue?
Hisham Yacob avatar
cn flag
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.
djdomi avatar
za flag
then fix joomla, your site then was setup to use /tissue instead of /
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.