.htacess does not work on the server

1

Hello, when I test on my pc, it works perfectly, but when I put it on the server it stops working.

.htacess

RewriteEngine On

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d

RewriteRule ^(.*)$ index.php?url=$1 

Config

AllowOverride All

Note: when I include include in some page in the index it loads normally.

    
asked by anonymous 17.02.2017 / 21:24

0 answers