Posted: Tue Jul 12, 2005 2:08 pm
Right I spoke to the server guys and they said this:

Thanks again.
So from this info what needs to be in the htaccess file ? I'm getting more confused now I thinkHello, phil.
mod rewrite is already installed on server. but to use it, you need to
override some settings via .htaccess file. I've enabled AllowOverride
All for newcastle-online.com .
For example, I've created x.html and y.html (with 'x' and 'y' inside).
and created .htaccess which redirects x.html -> y.html. So, if you
will request:
http://www.newcastle-online.com/x.html
you will see 'y'. This is contents of y.html.
This is just to test that mod_rewrite is correctly working for your
site.
Thanks again.