#1 2010-01-10 23:21:13

berkas1
Člen
Místo: Brno
Registrován: 2009-12-05
Příspěvky: 605
Web

Re: problém s mod rewrite

zdravím, na webu http://katalog.efacebook.cz/  používám
http://phpweby.com/software/dir

a mám problém s diakritikou v url > problém je ten, že se diakritika (a velká písmena) zobrazuje, např:

http://katalog.efacebook.cz/Počítače-a-internet/


co mám udělat, abych to eliminoval a převedl do tohoto tvaru?
http://katalog.efacebook.cz/pocitace-a-internet/

obsah .htaccess :

Options -Indexes
Options +FollowSymLinks

DirectoryIndex index.php

<Files ~ "^(.*)\.(tpl|txt)$">
  Order deny,allow
  Deny from all
</Files>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /

RewriteRule ^[/]?latest-links.html$ index.php?l=l [NC]
RewriteRule ^[/]?premium-links.html$ index.php?pm=l [NC]
RewriteRule ^[/]?top-hits.html$ index.php?list=top [NC]
RewriteRule ^[/]?contactus.html$ contactus.php [NC]
RewriteRule ^[/]?linkus.html$ linkus.php [NC]
RewriteRule ^[/]?detail/link[-]?([0-9]*)\.htm[l]?$ detail.php?id=$1 [NC]
RewriteRule ^[/]?info/([0-9]*).*[\.]?[htm]?[l]?$ info.php?br=$1
RewriteRule ^(.*)/page[-]?([0-9]*)\.htm[l]?$ index.php?uri=$1&p=$2 [QSA,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ index.php?uri=$1 [QSA,L]
</IfModule>

díky moc za pomoc

Offline

Zápatí

Založeno na FluxBB | CZ a SK