template is gone [white]

Having trouble installing serendipity?
toontastic

Post by toontastic »

Right I spoke to the server guys and they said this:
Hello, 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.
So from this info what needs to be in the htaccess file ? I'm getting more confused now I think :)

Thanks again.
Guest

Post by Guest »

Just to add to this there are now 2 .htaccess files on my server now which seem to relate to what the server team have just told me. One says
RewriteEngine On
RewriteRule x.html y.html
this is called .htaccess

The other says
#AddType text/x-server-parsed-html .html
RewriteEngine On
RewriteRule /x.html /y.html
and this is called .htaccess-

Thanks,
Phil
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

I think the .htaccess~ is just a backup file.

You now need to: make .htaccess permissions 777. Go to s9y config panel. Change URL Rewriting from "None" to "mod_rewrite". Click on save. s9y now creates a new .htaccess file which has all propper RewriteRules inside of it. :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
toontastic1

Post by toontastic1 »

Great stuff all working now, thanks for all the help garvinhicking. WAHOO happy now :D
gwilsonmail
Regular
Posts: 146
Joined: Tue Jul 12, 2005 9:12 pm
Location: Ottawa, Canada
Contact:

Post by gwilsonmail »

go Magpies!!!!
gw
Post Reply