the right settings with multiple domains, vm an sh404sef - Joomla! Forum - community, help and support
hi,
could tell me best settings this:
joomla 1.5.6 site vm 1.1.9, joomfish, sh404sef , .htaccess
lots of domains should rewrite 1 url without www.
i use in htaccess right domainnames:
########## begin - custom redirects
rewriteengine on
rewritecond %{http_host} ^(www\.)?domain_one\.com [nc]
rewriterule ^(.*)$ http://www.maindomain.nl/$1 [r=301,l]
rewritecond %{http_host} ^domain_one\.eu [nc]
rewriterule ^(.*)$ http://www.maindomain.nl/$1 [r=301,l]
etc.
and @ end change www non-www:
rewritecond %{http_host} ^www.maindomain.nl$ [nc]
rewriterule ^(.*)$ http://maindomain.nl/$1 [r=301,l]
i use sh404sef give lots of 404 errors.
for sitemap use xmap.
and put urls in robots.txt
i'm still not sure if these settings optimized best way.
maybe same site configuration have
any tips suggestions nice.
regards,
pas
could tell me best settings this:
joomla 1.5.6 site vm 1.1.9, joomfish, sh404sef , .htaccess
lots of domains should rewrite 1 url without www.
i use in htaccess right domainnames:
########## begin - custom redirects
rewriteengine on
rewritecond %{http_host} ^(www\.)?domain_one\.com [nc]
rewriterule ^(.*)$ http://www.maindomain.nl/$1 [r=301,l]
rewritecond %{http_host} ^domain_one\.eu [nc]
rewriterule ^(.*)$ http://www.maindomain.nl/$1 [r=301,l]
etc.
and @ end change www non-www:
rewritecond %{http_host} ^www.maindomain.nl$ [nc]
rewriterule ^(.*)$ http://maindomain.nl/$1 [r=301,l]
i use sh404sef give lots of 404 errors.
for sitemap use xmap.
and put urls in robots.txt
i'm still not sure if these settings optimized best way.
maybe same site configuration have
any tips suggestions nice.
regards,
pas
hmm still no 1 tips or tricks?
Comments
Post a Comment