Nejste přihlášeni
Stránky 1
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
IT portál efacebook.cz, seo katalog webů
Offline
Stránky 1