using virtual host context , but css is served as text/html

#2
You shouldn't post a URL to a "secret" control panel. Just make a screenshot from response headers.

Everybody can access to the control panel without login since all pages in control panel are cached by Cloudflare!
 
Last edited:
#4
How about creating a new context, e.g. with exp:^.*(css|js)$, so al the CSS and js files will not hit the specified PHP context? You might want to adjust the URI and location for your needs.
 
#5
How about creating a new context, e.g. with exp:^.*(css|js)$, so al the CSS and js files will not hit the specified PHP context? You might want to adjust the URI and location for your needs.
FYI: In this case css and js files are dynamically generated by PHP if these files do not exist yet, but the mime-type is respected if such files are generated. Ultimately, what counts is how PHP and witch PHP version is used to run the corresponding PHP Version for executing the script to generate the code to generate css and js sources. So the question must be, does OLS support different PHP versions within an account?
 
Last edited:
Top