htaccess problem

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Geo
Regular
Posts: 19
Joined: Sun Nov 12, 2006 5:58 pm
Location: England

htaccess problem

Post by Geo »

I find that the only way to get my blog to follow outbound links is to comment out these three lines from .htaccess

#RewriteRule ^index\.(html?|php.+) index.php?url=index.html [L,QSA]
#RewriteRule ^htmlarea/(.*) htmlarea/$1 [L,QSA]
#RewriteRule (.*\.html?) index.php?url=/$1 [L,QSA]


If I don't then all outbound links just return instantly to my index.php

I have enabled mod_rewrite.

Any ideas why the above happens and what I can do about it?

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

Re: htaccess problem

Post by garvinhicking »

Hi!

Can you show an example entry? What I think might be causing the problem is the "Track Exits" event plugin, are you using that? And which serendipity version are you using? What's your URL?

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/
Geo
Regular
Posts: 19
Joined: Sun Nov 12, 2006 5:58 pm
Location: England

Post by Geo »

Hi

No I don't have "Track Exits" enabled.

I think thought it's cause by mod rewrite on the server configuration. Probably just best to turn it off.
Post Reply