Hi all
Modrewrite workin nice except at tag cloud, could you tell me why?
Did i miss something?
Thanx a lot for your help![]()
Hi all
Modrewrite workin nice except at tag cloud, could you tell me why?
Did i miss something?
Thanx a lot for your help![]()
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
Admin panel - Option - mod-rewrite
Make sure your Tag page pattern looks like this
tag/{$tag}/more{$page}.html
not workin only with tags.....what should i do?
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?
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
By that tag mod_rewrite is working just fine. It's your character set for the tags that isn't working properly.
could you tell me how can i fix it?
No idea, there have been other people with similar issues. Search the forum for "rewrite"
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.
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
i tried but no luck
try to add one space between last char of line and [NE], because without that is syntax error
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