Scusami, ma non ho capito... :bho:
phpmike
@phpmike
Post creati da phpmike
-
RE: Redirect 301 da dentro ad un file a htaccess
-
RE: Redirect 301 da dentro ad un file a htaccess
allore, fare così:
RewriteCond %{QUERY_STRING} !(.+) RewriteRule ^index.php$ http://www.tregima.it/ [R=301] RewriteCond %{QUERY_STRING} option=com_artforms&formid=2&Itemid=126 RewriteRule ^index.php$ http://www.tregima.it/contattaci.html? [R=301]
Solo la pagina index.php (senza parametri) è reindirizzata a http://www.tregima.it/
index.php?option=com_artforms&formid=2&Itemid=126 è reindirizzata a http://www.tregima.it/contattaci.html
ed i altri pagine index.php (con parametri) non sono reindirrizzate
è quello che volevi?
-
RE: dove sbaglio???
Questo mi sembra più giusto:
RewriteEngine On RewriteRule ^home\.html$ index.php?nav=Home.01
-
RE: Redirect 301 da dentro ad un file a htaccess
http://www.tregima.it/contattaci.html
quella è la sola pagina che non dove essere redirezionata?
-
RE: Redirect 301 da dentro ad un file a htaccess
Per index.php devi fare così:
RewriteRule ^index.php$ [http://www.tregima.it/](http://www.tregima.it/contattaci.html) [R=301]
Senza RewriteCond prima...
e per l'altra:
RewriteRule ^mobili%3a-cucine,-salotti,-camere-da-letto-ed-elettrodomestici-tregima!\.html$ http://www.tregima.it/ [R=301]
-
RE: Redirect 301 da dentro ad un file a htaccess
Mi sono encora sbagliato:
RewriteCond %{QUERY_STRING} option=com_artforms&formid=2&Itemid=126 RewriteRule ^index.php$ http://www.tregima.it/contattaci.html? [R=301]
Questo è giusto! lol
-
RE: Redirect 301 da dentro ad un file a htaccess
Se non vuoli i parametri, fare così:
RewriteCond %{QUERY_STRING} option=com_artforms&formid=2&Itemid=126 RewriteRule ^index.php$ http://www.tregima.it/contattaci.html [R=301,L]
Non sapevo se volevi conservare i parametri
-
RE: Redirect 301 da dentro ad un file a htaccess
ho provato così e funziona!
RewriteCond %{QUERY_STRING} option=com_artforms&formid=2&Itemid=126 RewriteRule ^index.php$ http://www.tregima.it/contattaci.html [R=301,L,QSA]
++
-
RE: Redirect 301 da dentro ad un file a htaccess
RewriteEngine On RewriteRule ^index.php?option=com_artforms&formid=2&Itemid=126$ http://www.MIOSITO.it/PROVA.html [R=301,L] RewriteRule ^index.php?option=com_content&task=category§ionid=6&id=22&Itemid=50$ http://www.MIOSITO.it/CIAO.html [R=301,L]
Si deve fare così nel htaccess
-
RE: redirect 301 htaccess
RewriteRule ^(.*).html$ http://%{HTTP_HOST}/$1.php [QSA,L,R=301]
senza garanzia, ma mi sembra giusto...
-
RE: Redirect di tutto tranne un file
RewriteCond %{REQUEST_FILENAME} !workinprogresso.htm
Redirect 302 / http://www.miosito.it/workinprogresso.htmQuesto dovrebbe farlo
-
Ciao Italia
Ciao a tutti,
Sono francese e fa lontano che non sono andato in Italia alora mi scuso per il mio povero italiano...
Sono webmaster in francia interressato in SEO...
Mi manca Italia, dunque sono qui... Viva internet per questo !
Prego non esitare a corrigere il mio italiano, Grazie
Devo famigliarmi con i termi italiani per la SEO e spero partecipare...