- Home
- Categorie
- Coding e Sistemistica
- Gestione di Forum
- Domanda su trasferimento forum
-
Domanda su trasferimento forum
Salve,
devo spostare un forum da un dominio ad un altro.
Attualmente nel mio .htaccess ho questoOptions +FollowSymlinks RewriteEngine On #RewriteBase / RewriteRule [.]*-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=$1 RewriteRule [.]*-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=$1 RewriteRule [.]*-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=$1 ```mi sapreste dare una mano con redirect in modo da rimandare http://vecchiodominio.com/forum/titolo-del-forum-vf####.html a http://nuovodominio.com/forum/viewtopic.php?t=#### perchè vorrei anche abbandonare il mod_rewrite sul nuovo.. Grazie mille Marzia
-
visto che ho risolto scrivo come ho fatto:
ho lasciato lì quell'htaccess e ho impostato un redirect 301 da
index.php, viewforum.php, viewtopic.php, viewonline.php, memberlist.php, faq.php, profile.php verso i nuovi, conservando il query stringfunziona perfettamente
Marzia