Hi Simon,
Forgive me but I am a newbie at this so not sure what needs to be changed here.
This is what my .htacess file has in it;
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.happybabyday.com [NC]
RewriteRule ^(.*)$
http://happybabyday.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^.*/index.php
RewriteRule ^(.*)index.php$
http://happybabyday.com/$1 [R=301,L]
#Removes access to the system folder by users.
#Additionally this will allow you to create a System.php controller,
#previously this would not have been possible.
#'system' can be replaced if you have renamed your system folder.
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php?/$1 [L]
# Submitted by: CBONLINE
Can you tell me what I need to change in there??
Any help much appreciated.
Shaun