Not signed in (Sign In)

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

    • CommentAuthorwhimper
    • CommentTimeDec 15th 2008 edited
     
    hi aLL,

    im a new member.
    i read most of threads and still didnt find the real answer about my prob.
    prob is about seo ,

    i changed options > Generate Cruft-Free URLs (requires mod_rewrite) to ON
    but still the links are stupid =)
    (a few mins ago i installed the lastest version. )

    http://www.wallpaperdownload.org/?level=album&id=4651
    i want to change the upside link to
    http://www.wallpaperdownload.org/animes-cartoons/picturename.jpg

    but one thing:
    if i open a pic fully,
    the pic link is successful:
    http://www.wallpaperdownload.org/images/animals_wallpapers/animals_wallpapers/baby_bobcat.jpg

    but in gallery when i look the link its
    http://www.wallpaperdownload.org/?level=album&id=4651
    like that ..



    my htaccess is :

    # 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


    help me pls. whats wrong about that ?
    thnx for this min.
    • CommentAuthorwhimper
    • CommentTimeDec 16th 2008
     
    =/ still waiting for fixing the prob...
    •  
      CommentAuthormemic.a
    • CommentTimeDec 16th 2008
     
    Hi,
    is your plogger embedded, like wordpress or something??

    I had a problem like yours...
    Try to look at this thread http://www.plogger.org/forum/discussion/2351/cruftfree-urls-dont-work/#Item_5
    • CommentAuthorwhimper
    • CommentTimeDec 17th 2008
     
    Posted By: memic.aHi,
    is your plogger embedded, like wordpress or something??

    I had a problem like yours...
    Try to look at this thread http://www.plogger.org/forum/discussion/2351/cruftfree-urls-dont-work/#Item_5


    thnx bro i'll try right now. i deleted my plogger yesterday and i have been trying a different script gallery because of the prob..
    and thnx 4 answer. i ll try to fix then write here again.
    • CommentAuthorwhimper
    • CommentTimeDec 18th 2008
     
    yea its working =)

    thnx
    i pasted the second codes instead of first codes and its working .
    thnx " memic.a "
    • CommentAuthoredycop
    • CommentTimeFeb 28th 2009
     
    Hi,

    the SEO friendly urls doesn't work for me. My htaccess is :
    <code>
    # BEGIN Plogger

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteBase /gallery
    #RewriteCond %{REQUEST_FILENAME} -d [OR]
    #RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{SCRIPT_FILENAME} -d [OR]
    RewriteCond %{SCRIPT_FILENAME} -f
    RewriteRule ^.*$ - [S=2]
    RewriteRule feed/$ plog-rss.php?path=%{REQUEST_URI} [L]
    RewriteRule ^.*$ index.php?path=%{REQUEST_URI} [L]
    </IfModule>
    # END Plogger
    </code>

    The mod_write is working ok, I probe with other app. My plogger is not embedded, I can to access by http://misyte.org/gallery and is ok, it show the pictures like http://misyte.org/gallery/?level=album&id=88.
    I try http://www.plogger.org/forum/discussion/2351/cruftfree-urls-dont-work/#Item_5, but it converts the URL like http://misyte.org/gallery/myalbum and obiusly it shows an error because it doesn't find it (must be http://misyte.org/gallery/images/myalbum/, and this don't sirve to me because anybody can look the pictures directory )

    Ahh! I have activate "Generate Cruft-Free URLs" in options tab. I was using plogger b3.

    Thanks a lot...