I'm trying to enable rewrite in linux ubunto and I'm not getting it, it's different from Windows's WAMP, does anyone give me a way? I made this code but it does not work!
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?url=$1