OK do I put two files there? Your first thing you said here
Quote:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.bluepearl-design.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.bluepearl-design.com/$1 [L,R=301]
|
I did that on the .htaccess. on the server
this code here is different
Quote:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{THE_REQUEST} "T /index.php"
RewriteCond %{QUERY_STRING} ^$
RewriteRule .* http://www.bluepearl-design.com/ [L,R=301]
|
So do I make another file for that and upload it is that what ya mean? Or do they go in the same one?