0
Welcome Guest! Login
0 items Join Now

WWW vs no WWW

    • William R Burton's Avatar

    WWW vs no WWW

    Posted 17 years 10 months ago
    • I have several joomla sites but the last site that was setup is having permission errors in IE when I dont type that www in from of domain name.
      dailybackuponline.com
      www.dailybackuponline.com
      Im sure this is easy. My server guy said apache configs were the same with other joomla site on server. Thanks for the help
    • damo's Avatar
    • damo
    • Elite Rocketeer
    • Posts: 2142
    • Thanks: 0

    Re: WWW vs no WWW

    Posted 17 years 10 months ago
    • William R Burton's Avatar

    Re: WWW vs no WWW

    Posted 17 years 10 months ago
    • Thanks for replying so quick. I will pass that along to my server admin.
  • Re: WWW vs no WWW

    Posted 17 years 10 months ago
    • If you want to add www in front of your domain in .htaccess add the following
      # Rule for duplicate content removal : www.domain.com vs domain.com
      RewriteCond %{HTTP_HOST} ^mydomain\.com [NC]
      RewriteRule (.*) www.mydomain.com/$1 [R=301,L,NC]

      One more thing in your Joomla configuration make sure it reads

      $mosConfig_live_site = ' www.dailybackuponline.com ';
    • VirtueShop
    • William R Burton's Avatar

    Re: WWW vs no WWW

    Posted 17 years 10 months ago
    • Thanks guys, I'm sorry to be such a noob, but I looked for the $mosConfig_live_site = ' www.dailybackuponline.com ' in the index.php and it wasnt there. Where does it go.
  • Re: WWW vs no WWW

    Posted 17 years 10 months ago
    • William R Burton's Avatar

    Re: WWW vs no WWW

    Posted 17 years 10 months ago
    • Thanks again, it has the www in there.

Time to create page: 0.062 seconds