Hi there,
I'm having a problem with canonical URL's on my site hosted in Joomla. I switched one of my sites over to Joomla and the existing Google search results all point at but when you click on them you just end up at and not the specific page you wanted.
I used both suggestions below...
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^domain\.co\.uk [NC]
RewriteRule (.*) [R=301,L]
and
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} !^ [NC]
RewriteRule ^(.*)$ [L,R=301]
Both caused the site to not display ("Internet Explorer cannot display the webpage" in IE). I could get to admin page & login but not hit the URL directly.
Any ideas??
PS. Running PHP 5.2.5 and not very eager to upgrade my version of Joomla.
I'm having a problem with canonical URL's on my site hosted in Joomla. I switched one of my sites over to Joomla and the existing Google search results all point at but when you click on them you just end up at and not the specific page you wanted.
I used both suggestions below...
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^domain\.co\.uk [NC]
RewriteRule (.*) [R=301,L]
and
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} !^ [NC]
RewriteRule ^(.*)$ [L,R=301]
Both caused the site to not display ("Internet Explorer cannot display the webpage" in IE). I could get to admin page & login but not hit the URL directly.
Any ideas??
PS. Running PHP 5.2.5 and not very eager to upgrade my version of Joomla.