stie cineva cum pot sa fac rewrite la www . newsfive . net/index.php?option=com_xmap&sitemap=1&view=xml&no_ht ml=1 sa se duca in www . newsfive . net/sitemap.xml
Versiune printabilă
stie cineva cum pot sa fac rewrite la www . newsfive . net/index.php?option=com_xmap&sitemap=1&view=xml&no_ht ml=1 sa se duca in www . newsfive . net/sitemap.xml
Bagi in htacces
RewriteRule ^sitemap.xml$ index.php?option=com_xmap&sitemap=1&view=xml&no_ht ml=1
Invers vrea Ammadeuss...
Iti recomand sa il faci din PHP...
Cod:header("HTTP/1.1 301 Moved Permanently");
header("Location: ".$url);
header("Connection: close");
Nu sunt sigur (adica n-am incercat varianta asta) dar te rog sa incerci urmatoarea linie:
Cod:RewriteRule ^index.php?option=com_xmap&sitemap=1&view=xml&no_ht ml=1$ ^sitemap.xml [R=301,L]