It seems it cannot find the admin rewrite.
Im using Apache (httpd, centos)
rewrite_mod is loaded.
Im using the github's htaccess file.
I've added
<Directory "/var/www/html">
AllowOverride All
</Directory>
to my httpd.conf file.
Is there something i'm missing ?
Thanks for any attention.