Ninjaboard
Please login
Forgot Your Login?
Welcome, Guest
Board Index > Joomla Tips and Tricks > Setting Up 301 redirect in Joomla to avoid multipl...
Post ReplyJoomla Tips and Tricks
Ninjaboard - Newie
Posts: 14
Registered
Joined Board
07/20/2009 22:30
User is Offline
View all users posts
Add the following code to the top of the .htaccess file provided by joomla:
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
Remember to replace "domain.com" with your domain name.
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
Remember to replace "domain.com" with your domain name.
