I am Patricio Gabriel Maseda and this is my blog.
RewriteEngine On
RewriteRule ^.*$ index.php
<?php
print 'mod_rewrite works!';
?>