Author Topic: my website without www doesn't redirect to www .. how can i solve this !  (Read 4333 times)

0 Members and 1 Guest are viewing this topic.

Offline madynmalfi

  • Newbie
  • *
  • Posts: 25
    • View Profile
hi everybody this is my website and i have problem that my website www.lovely-pics.com/ doesn't redirect to lovely-pics.com

could any one help me ??

Offline yousaf

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
hi everybody this is my website and i have problem that my website www.lovely-pics.com/ doesn't redirect to lovely-pics.com

could any one help me ??
put this in your .htaccess file

Code: [Select]
RewriteCond %{HTTP_HOST} ^lovely-pics.com [NC]
RewriteRule ^(.*)$ http://www.lovely-pics.com/$1 [L,R=301]

it will redirect your non www "lovely-pics.com" to "www.lovely-pics.com"

Offline madynmalfi

  • Newbie
  • *
  • Posts: 25
    • View Profile
and what if i want the opposite
redirect your www.lovely-pics.com" to non www.lovely-pics.com"