Page 1 of 1

htaccess problem

Posted: Mon Oct 15, 2007 8:40 am
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

Re: htaccess problem

Posted: Mon Oct 15, 2007 11:57 am
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

Posted: Thu Oct 18, 2007 9:34 pm
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.