Results 1 to 3 of 3

Thread: Modrewrite not working with tags

  1. #1
    pimpmaster is offline Registered User
    Join Date
    Feb 2007
    Posts
    51

    Default Modrewrite not working with tags

    I see an older post discussing the issue with tags not working properly with foreign characters. I'm using swedish charcters and the rewrite works fine for detail-pages and cat-pages but not for tag-pages.

    å and ä should be a
    ö should be o

    in stead

    å turns to %e5
    ä turns to %e4
    ö turns to %f6

    but only for tags

    Does anyone have a solution to this problem?

    Regards,
    Martin

  2. #2
    FSGDAG's Avatar
    FSGDAG is offline Moderator
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    I'm not sure what code you would use, but I'm pretty sure you would need to modify / add something to your .htaccess re-write rules in order for it to work correctly.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  3. #3
    pimpmaster is offline Registered User
    Join Date
    Feb 2007
    Posts
    51

    Default

    Well, just to keep the discussion going, this is my htaccess-file. Probably rather standard Indexu...

    PHP Code:
    # 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
    RewriteRule 
    ^tag/(.*) browsetag.php?tag=$1
    RewriteCond 
    %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteCond 
    %{REQUEST_FILENAME} !-l
    RewriteRule 
    ^.* browse.php

    # INDEXU-END 

Similar Threads

  1. Fetch Meta Tags not working,please advise
    By damurali in forum INDEXU DELUXE v1.x
    Replies: 4
    Last Post: 02-09-2010, 01:55 AM
  2. fetch meta tags not working
    By Dowhatchalike in forum INDEXU DELUXE v1.x
    Replies: 11
    Last Post: 01-22-2009, 03:45 PM
  3. Tag Modrewrite
    By lexor in forum v5.x
    Replies: 17
    Last Post: 03-30-2008, 01:05 AM
  4. Problem with modrewrite
    By pimpmaster in forum v5.x
    Replies: 1
    Last Post: 01-04-2008, 05:28 PM
  5. Modrewrite
    By madden in forum v5.x
    Replies: 4
    Last Post: 09-18-2007, 10:16 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
  •