Adminer in sandbox has no stylesheet

Notice: This thread is very old.
Ajax
Member | 59
+
0
-

Hello!
I'm following quick start and just installed sandbox (2.1.2) with composer and when I try to go to adminer, there is no stylesheet.

request is:
http://localhost/nette-blog/www/adminer/?file=default.css&version=4.0.3

response is empty.

How can I fix it? Thanks!

petr.pavel
Member | 535
+
0
-

When you enable Net panel in Firebug, what do you see? What is the server response to that request?

Ajax
Member | 59
+
0
-

As I said, Status Code:200 OK and response is empty.

Connection:Keep-Alive
Content-Encoding:gzip
Content-Length:20
Content-Type:text/css
Date:Thu, 01 May 2014 14:06:47 GMT
Keep-Alive:timeout=5, max=99
Server:Apache/2.2.22 (Debian)
Vary:Accept-Encoding
X-Powered-By:PHP/5.4.4–14+deb7u9

petr.pavel
Member | 535
+
0
-

I just installed it to my server and the response to default.css in my case is also 20 bytes and empty. Doesn't seem to matter because the real formatting is in adminer/adminer.css request response. What is the server response to adminer.css in your case?

Ajax
Member | 59
+
0
-

Ha! I found solution. Problem was AllowOveride None. Thank you for pointing me to problem!