Replies: 1 comment 1 reply
-
What's the content of your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a wordpress site with an .htaccess in it, but when i tried to load the project i had no styles so i did some research and i found out that valet runs on nginx and .htaccess only works with apache so i had to write a custom valet driver, so that is what i did and i got the following:
and with some testing i got it to work, when i check my devtools i see the following:
And the response is:
And when i visit the url for the flatsome.css file i get as response the css, but the weird thing is that the css is not being applied, so no where on my site is any css,
But images etc are all loaded fine as u can see in the image below
Environment
php: 7.4
valet: 4.6.1
If u need any more details feel free to ask, and any help or suggestions are welcome
Beta Was this translation helpful? Give feedback.
All reactions