Quote:
Originally Posted by robotics1208
Also the domain doesnt really work without the "www" we tried the htaccess redirect but that didnt seem to fix the problem
|
What web server do you run?
Here's a sample from ours.
Code:
RewriteEngine on
RewriteCond %{HTTPS} (on)?
RewriteCond %{HTTP:Host} ^www.mmrambotics.ca$ [NC]
RewriteCond %{REQUEST_URI} (.+)
RewriteRule .? http(?%1s)://mmrambotics.ca%2 [R=301]