i have hosted blazor site on IIS and im trying to reverse proxy on xampp but the site has no css and when im trying to login it redirects me to the default page ( so im assuming login doesnt work either )
im using the following configuration on apache
<VirtualHost *:80> ServerName yourdomain.com ProxyPreserveHost On ProxyPass / http://localhost:5000/ ProxyPassReverse / http://localhost:5000/</VirtualHost>this is just an example and not the names / address im using.i've tried to look for a solution online but it was a dead end , i found some guides saying i just add to the apache config my _content and _framework folders but the IIS has only dll files and nothing more.