Subi mi pagina a un hosting gratuito, y segun el cPanel el mod_rewrite y .htaccess estan habilitados...
Pero aun asi no lee, me tira ERROR 404 File Not Found...
Sin embargo en mi localhost funcionaba
Código PHP:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ rooter.php [L]
Saludos