cPanel UserName: atanas13
Your Domain or Subdomain: pricebysize.com
Browser: Chrome
System (Mac/PC/Linux): PC
Nature Of Problem: Other
Error you are Getting [If applicable]: Internal Server Error. The problem is most likely due to a misconfiguration in the website's ".htaccess" file or the page you're trying to view has insecure file permissions.
Problem:
I am trying to redirect all non-www requests to the www domain, using the Redirect directive in the .htaccess file:
<VirtualHost *:80>
ServerName pricebysize.com
Redirect 301 / http://www.pricebysize.com/
</VirtualHost>
<VirtualHost *:80>
ServerName www.pricebysize.com
</VirtualHost>
But i get the error mentioned above.
Thanks in advance!
Edited by atanas13, 11 September 2011 - 12:58 PM.













