Page 1 of 2 12 LastLast
Results 1 to 15 of 18

Thread: Tag Modrewrite

  1. #1
    Join Date
    Dec 2007
    Posts
    21

    Exclamation Tag Modrewrite

    Hi all

    Modrewrite workin nice except at tag cloud, could you tell me why?
    Did i miss something?
    Thanx a lot for your help

  2. #2
    Join Date
    Dec 2007
    Posts
    21

    Default

    Quote Originally Posted by lexor View Post
    Hi all

    Modrewrite workin nice except at tag cloud, could you tell me why?
    Did i miss something?
    Thanx a lot for your help

    Pls answare

  3. #3
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Provide us a little more information..
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Admin panel - Option - mod-rewrite

    Make sure your Tag page pattern looks like this

    tag/{$tag}/more{$page}.html

  5. #5
    Join Date
    Dec 2007
    Posts
    21

    Exclamation

    not workin only with tags.....what should i do?

  6. #6
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Need more information other than "not working".

    Does the tag pattern show up in your mod_rewrite? Did you update your tag clouds after you enabled mod_rewrite?

  7. #7
    Join Date
    Dec 2007
    Posts
    21

    Default

    hello

    yes i updated but i get http://www.xxxxx.hu/tag/web%E1ruh%E1z should be webaruhaz.....i can not tell more cause everything else works...
    Thanx for helping
    Sam

  8. #8
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    By that tag mod_rewrite is working just fine. It's your character set for the tags that isn't working properly.

  9. #9
    Join Date
    Dec 2007
    Posts
    21

    Default

    could you tell me how can i fix it?

  10. #10
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    No idea, there have been other people with similar issues. Search the forum for "rewrite"

  11. #11
    Join Date
    Feb 2008
    Location
    Winnipeg Canada
    Posts
    23

    Default

    are not there used some special chars from your native language ? I mean that %E1 = " á " in hungarian language , whole word looks - webáruház ?

    after some investigation - not sure but try to add [NE] flag at the end of category rewrite rule in the .htaccess

    example

    RewriteRule blabla blabla [NE]
    Last edited by fxdir; 03-19-2008 at 09:34 PM.

  12. #12
    Join Date
    Dec 2007
    Posts
    21

    Default

    You mean?

    # INDEXU-START

    # DO NOT CHANGE THE FOLLOWING LINES
    # status: 1
    # pattern_category: {$cat_path}/more{$page}.html
    # pattern_detail: detail/{$link_id}/{$link_title}.html
    # pattern_tag: tag/{$tag}/more{$page}.html

    Options -MultiViews
    RewriteEngine On

    RewriteRule ^detail/(.*)/(.*).html detail.php?linkid=$1
    RewriteRule ^tag/(.*)/more(.*).html browsetag.php?tag=$1&pg_which=$2[NE]
    RewriteRule ^tag/(.*) browsetag.php?tag=$1[NE]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule ^.* browse.php
    SecFilterEngine Off


    # INDEXU-END

    Thanx

  13. #13
    Join Date
    Dec 2007
    Posts
    21

    Default

    i tried but no luck

  14. #14
    Join Date
    Feb 2008
    Location
    Winnipeg Canada
    Posts
    23

    Default

    try to add one space between last char of line and [NE], because without that is syntax error

  15. #15
    Join Date
    Dec 2007
    Posts
    21

    Default

    Hello

    I did but i got the same result (/tag/web%E1ruh%E1z)

    # INDEXU-START

    # DO NOT CHANGE THE FOLLOWING LINES
    # status: 1
    # pattern_category: {$cat_path}/more{$page}.html
    # pattern_detail: detail/{$link_id}/{$link_title}.html
    # pattern_tag: tag/{$tag}/more{$page}.html

    Options -MultiViews
    RewriteEngine On

    RewriteRule ^detail/(.*)/(.*).html detail.php?linkid=$1 [NE]
    RewriteRule ^tag/(.*)/more(.*).html browsetag.php?tag=$1&pg_which=$2 [NE]
    RewriteRule ^tag/(.*) browsetag.php?tag=$1 [NE]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule ^.* browse.php


    # INDEXU-END

    Thanx for helping..............
    Sam

Similar Threads

  1. Problem with modrewrite
    By pimpmaster in forum v5.x
    Replies: 1
    Last Post: 01-04-2008, 04:28 PM
  2. Modrewrite
    By madden in forum v5.x
    Replies: 4
    Last Post: 09-18-2007, 09:16 AM
  3. 5.20 page.php modrewrite error
    By jarp-u in forum v5.x
    Replies: 1
    Last Post: 09-16-2006, 04:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •