Not signed in (Sign In)

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

Please sign in or apply for membership to remove the ads
    • CommentAuthorposlanik
    • CommentTimeApr 17th 2008 edited
     
    Hi,

    I've tried enabling Plogger's Cruft-free URL's (Generate Cruft-Free URLs (requires mod_rewrite)) but they're not working.

    There are changes made to .htaccess and I can see Plogger did this but somehow the URLs stay the same. Here's what it says in .htaccess:

    P.S. I'm using Plogger 3.0 and the server has Apache 1.3.41 (Unix) installed. The link to my site is http://see-croatia.com (as you can see, Plogger is embedded).


    # BEGIN Plogger

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteBase /
    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]
    </IfModule>
    # END Plogger
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 17th 2008
     
    • CommentAuthorposlanik
    • CommentTimeApr 17th 2008 edited
     
    Thanks, I've checked that thread out but I thought it wasn't the same problem as mine.

    It works now!

    P.S. Seems everything's not really ok. Now my background and header image won't load.