Options All -Indexes
Options +FollowSymLinks
RewriteEngine On
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# Añadido redirecciones 
RewriteRule ^Inicio/p2_articleid/(.+) /category/xbox360/ [L]
RewriteRule ^Analisis/p2_articleid/(.+) /category/analisis/ [L]
RewriteRule ^Suite/(.+) /foroxbox360/forum.php [L]
RewriteRule ^machine/(.+) /foroxbox360/forum.php [L]
</IfModule>
# END WordPress