Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorMaanstaart
    • CommentTimeOct 21st 2010 edited
     
    Hi people,

    I have a problem... i have website with plogger and the Cruft-Free URL's wont work. If you click on a album the page refresh en the new url do you see in the adress bar but you still
    are on the index page! So the page will refresh but you dont get on the right page...

    Do somewone know why this is?

    My htaccess
    # BEGIN Plogger
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteBase /
    RewriteCond %{REQUEST_URI} !(\.|/$)
    RewriteRule ^.*$ http://www.domein.nl%{REQUEST_URI}/ [R=301,L]
    RewriteCond %{HTTP_HOST} !^www [NC]
    RewriteRule ^(.*)$ http://www.domein.nl/$1 [R=301,L]
    RewriteCond %{REQUEST_FILENAME} -d [OR]
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^.*$ - [S=2]
    RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]
    RewriteRule ^.*$ index.php?path=%{REQUEST_URI} [L]
    RewriteRule sitemap.xml? plog-sitemap.php?xml [L]
    </IfModule>
    # END Plogger
    • CommentAuthorMaanstaart
    • CommentTimeOct 21st 2010
     
    Fixed... its was someting with a windows server :)