Forum,
In my new installation of EE, and no matter what link I click on on our new domain, http://2dstudio.ca, the URL changes but the content remains as the default template “index” content.
I think the problem might be in that I have code in the “.htaccess” file that redirects the “www.2dstudio.ca” prefix to simply “http://2dstudio.ca”.
Note: “index.php” has been renamed “go” so the existing code in the .htaccess file is as follows:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
<Files go>
ForceType application/x-httpd-php
</Files>
DirectoryIndex go index.php index.shtml index.html index.htmP.S. It turns out the way my shared hosting works, if I don’t have the redirect in there, the pages will break with the “www” prefix when it tries to redirect. Frustrating. Thanks in advance!
I’m honestly at my whit’s end!
Knuckle007