Hi,
I've just moved a site from 1&1 to Heart Internet where is was working file, but now pages such as
http://www.dramawales.org.uk/pages/joinus.html aren't working. It's to do with the re-write rules.
The rule would change this url to
http://www.dramawales.org.uk/content.php?Page=joinus
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^wcp/.*$ - [PT]
RewriteRule ^pages/(.*)/(.*)/(.*).html$ content.php?Page=$3&Parent=$2&Root=$1 [NC]
RewriteRule ^pages/(.*)/(.*).html$ content.php?Page=$2&Parent=$1 [NC]
RewriteRule ^pages/(.*).html$ content.php?Page=$1 [NC]
RewriteRule ^(.*).html$ $1.php [NC]
As i say, it was working, perhaps isn't the best code but it worked, now it doesn't.
Any ideas?
Thanks,
Ben