Recent Topics

1 Mar 19, 2006 16:56    

Hi there,

I recently did (or actually someone else did for me) some work on my htaccess file.

Since then, my preview function doesn't work in b2evo. It just shows me the current blog, not a preview of the posting in question.

I think this is the only new stuff in htaccess:

# Activate mod_rewrite and set the base. You need them only once in each .htaccess
RewriteEngine On
RewriteBase /

# Missing trailing slash fix
RewriteCond s%{HTTPS} ^((s)on|s.*)$ [NC]
RewriteRule ^/*htdocs/+(.+/)?([^.]*[^/])$ http%2://%{HTTP_HOST}/$1$2/ [L,R=301]

Any help on what might be keeping preview from working and how to fix it (without eliminating the benefit of these additions to htaccess) would be much appreciated.

Rossputin
rossputin@rossputin.com


Form is loading...