I am currently building a new website, I only got a css problem right now.
I ve got this between my head tag:
<link rel="stylesheet" type="text/css" href="css/style.css">
Only the problem is it doesn't load at all, tried things like: addin base url, put whole url in it.
Where I think the problem is, the .htaccess, when i remove it it works, but i still need the line for other things:
RewriteRule ^(.*)/(.*)$ index.php?region=$1&summoner=$2 [L]