solved -301 redirect - Joomla! Forum - community, help and support
hello all, had problems 301 redirect on godaddy hosting control panel. walked me through 301 redirect using c-panel, yeah, waste of time. i'm going way should have begin with. few question. code correct , place in .htaccess file? :
options +followsymlinks
rewriteengine on
rewritecond %{http_host} ^seantroy.com [nc]
rewriterule ^(.*)$ http://www.seantroy.com/$1 [r=301,nc]
any place special needs go in .htaccess file? thanks, sean
options +followsymlinks
rewriteengine on
rewritecond %{http_host} ^seantroy.com [nc]
rewriterule ^(.*)$ http://www.seantroy.com/$1 [r=301,nc]
any place special needs go in .htaccess file? thanks, sean
i've got redirect work placing :
rewritecond %{http_host} ^seantroy.com [nc]
rewriterule ^(.*)$ http://www.seantroy.com/$1 [l,r=301]
right after rewriteengine on, version right after rewriteengine on:
options +followsymlinks
rewritecond %{http_host} ^seantroy.com [nc]
rewriterule ^(.*)$ http://www.seantroy.com/$1 [l,r=301]
rewritecond %{http_host} ^seantroy.com [nc]
rewriterule ^(.*)$ http://www.seantroy.com/$1 [l,r=301]
right after rewriteengine on, version right after rewriteengine on:
options +followsymlinks
rewritecond %{http_host} ^seantroy.com [nc]
rewriterule ^(.*)$ http://www.seantroy.com/$1 [l,r=301]
Comments
Post a Comment