Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Lietuviškos raidės

Parašė tofy· 2008 Gru. 12 20:12:34
#1

Sveiki atsitiko tokia bėda sukuriau svetainė http://www.grazu.stilingi.lt/ ir man vietoi lietuvišku raidžiu rodo heroglifus ką daryti kad būtų normalios raidės ?

Parašė Child· 2008 Gru. 12 20:12:00
#2

Pamegink paieskoti panasiu temu nes tikrai buvo ;) arba pamegink dirbti su kodais:)

Parašė Giedrunskis· 2008 Gru. 12 20:12:21
#3

Irasinejant reikia pasirinkti koduote UTF-8 ar kokia ten :D
Zodziu, eini i mysql ir susirandi kazka panasaus. Jei nerasi tai teks uzdaryti puslapi.

Parašė tofy· 2008 Gru. 12 20:12:17
#4

užsiknisiu :(

Parašė Child· 2008 Gru. 12 20:12:25
#5

Ten lb lengva rasti per mysql is karto kai tik ieisi ir bus ;)

Parašė tofy· 2008 Gru. 12 20:12:29
#6

http://www.ipix.lt/images/80694527.jpg


vat kaip yra

Redagavo Giedrunskis· 2008 Gru. 12 20:12:21

Parašė Neriukas· 2008 Gru. 12 20:12:54
#7

as irgi viena tvs bandau verst irgi ta pati beda :)

Parašė cario· 2008 Gru. 13 11:12:38
#8

Sukurk su notepadu .htaccess failiuka, irasyk jame UTF-8 (jeigu neveiks tada irasyk vietoj UTF-8, ANSI). Tada imesk ta failiuka i savo saito pagrindine direktorija. ;)

Parašė tofy· 2008 Gru. 13 11:12:34
#9

Ten buvo tas failas atsisiunčiau ir atidariau per notepad ir ten buvo tosk tekstas :
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^game/([0-9]+)/([_A-Za-z0-9-]+)\.html$ file.php?f=$1
RewriteRule ^category/([0-9]+)/([_A-Za-z0-9-]+)/?$ browse.php?c=$1
RewriteRule ^category/([0-9]+)/([_A-Za-z0-9-]+)/([0-9]+)\.html$ browse.php?c=$1&p=$3
RewriteRule ^profile/([0-9]+)/([_A-Za-z0-9-]+)\.html$ profile.php?u=$1
RewriteRule ^page/([0-9]+)\.html$ page.php?p=$1
RewriteRule ^scores/([0-9]+)/([0-9]+)\.html$ scores.php?f=$1&p=$2
RewriteRule ^game/([0-9]+)/newscore\.php$ newscore.php
RewriteRule ^game/([0-9]+)/index\.php index.php
RewriteRule ^game/([0-9]+)/arcade/gamedata/([_A-Za-z0-9-]+)/([_A-Za-z0-9-]+)\.([_A-Za-z0-9-]+)$ arcade/gamedata/$2/$3.$4 [L]
</IfModule>



Parašė cario· 2008 Gru. 13 17:12:45
#10


AddDefaultCharset utf-8
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^game/([0-9]+)/([_A-Za-z0-9-]+)\.html$ file.php?f=$1
RewriteRule ^category/([0-9]+)/([_A-Za-z0-9-]+)/?$ browse.php?c=$1
RewriteRule ^category/([0-9]+)/([_A-Za-z0-9-]+)/([0-9]+)\.html$ browse.php?c=$1&p=$3
RewriteRule ^profile/([0-9]+)/([_A-Za-z0-9-]+)\.html$ profile.php?u=$1
RewriteRule ^page/([0-9]+)\.html$ page.php?p=$1
RewriteRule ^scores/([0-9]+)/([0-9]+)\.html$ scores.php?f=$1&p=$2
RewriteRule ^game/([0-9]+)/newscore\.php$ newscore.php
RewriteRule ^game/([0-9]+)/index\.php index.php
RewriteRule ^game/([0-9]+)/arcade/gamedata/([_A-Za-z0-9-]+)/([_A-Za-z0-9-]+)\.([_A-Za-z0-9-]+)$ arcade/gamedata/$2/$3.$4 [L]
</IfModule>




Bandyk taip, jeigu neveikia tai tada vietoj UTF-8 rasyk ANSI.

Redagavo cario· 2008 Gru. 13 17:12:36