Rapid question, I'm using this line:
RewriteRule ^([^/]+)/? index.php?url=$1 [L,QSA]
which I took from another post and now my CSS file won't show anything.
This is the structure:
.
+-- .htaccess
+-- assets
| +-- style.css
| +-- images
+-- index.php
And there are other files but they're irrelevant.