Ahora me aparece esto
Tengo que agregar eso al .htacces pero no se donde..
Dejo mi
.htaccess
Código:
RewriteRule ^([^&]*)&(.*)$ http://forosteam.tk/$1?$2
# :
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]
# :
RewriteRule ^foro\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]
# :
RewriteRule ^tema\-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]
# :
RewriteRule ^anuncio\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]
# :
RewriteRule ^usuario\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]
# :
RewriteRule ^calendario\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
# :
RewriteRule ^evento\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]