Site not accessible with www

4 replies
  • WEB DESIGN
  • |
my wordpress based site gives blank page when executed with www. It runs when executed without www. What should i do?
#accessible #site #www
  • Profile picture of the author hotelscyprus
    This might be due to some limitation like location or provider location or server etc., You can do one thing, Just open your .htaccess file and write the following code.. and think this will help you...

    RewriteEngine On
    RewriteCond %{HTTP_HOST} <your url with www>
    RewriteRule (.*) <your URL without www>$1 [R=301,L]

    Forum doesn't allow me to use the URL.
    {{ DiscussionBoard.errors[4696640].message }}
    • Profile picture of the author maxmalini
      Your problem is more than likely due to a hosting setting. Check your hosting control panel for its settings and/or contact customer service at your web hosting provider to help you with this.
      {{ DiscussionBoard.errors[4697828].message }}
  • Profile picture of the author opportunist86
    My site is on wordpress and i've set my site to run without www. But when entered with www it doesn't even executable. I guess it should be.
    {{ DiscussionBoard.errors[4704093].message }}
  • Profile picture of the author marksz
    or try modifying the DNS?
    {{ DiscussionBoard.errors[4766442].message }}

Trending Topics