marianocarrazana/taringa-app/master/apisimulada/.htaccess
# Do not remove this line or mod_rewrite rules and search engine friendly URLs will stop working RewriteBase / RewriteEngine on RewriteRule ^posts/recent/view/(w+)/?$ recent.php?categoria=$1 RewriteRule ^posts/view/(d+)$ post.php?id=$1 RewriteRule ^(w+)/comment/view?object_id=(d+)$ comment.php?tipo=$1&id=$2