talishka
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fake URLs go to index page, not 404.phpThanks moshu! It works! thanks ;D
Forum: Fixing WordPress
In reply to: Fake URLs go to index page, not 404.phpno news about this issue? i’m havin it too.
Forum: Fixing WordPress
In reply to: possibly a mod_rewrite questionI’m having a similar problem, when i try to access to any fake URL as http://www.talishka.com.ar/bleh.txt or http://www.talishka.com.ar/bl/eh.txt i’m gettin the index page. In the address bar sez http://www.talishka.com.ar/bleh.txt but i’m seein the index.php ..
I also have customized 404 error page, when i desactivate the wp modifications to the .htaccess everythin (but permalinks) works..
This is my .htaccess:
ErrorDocument 401 /errorpages/401.html
ErrorDocument 400 /errorpages/400.html
ErrorDocument 403 /errorpages/403.html
ErrorDocument 404 /errorpages/404.html
ErrorDocument 500 /errorpages/500.html# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressAny ideas? Thx. in advance
Forum: Fixing WordPress
In reply to: RSS Validation ProblemI found the problem, in one of the latest post i had this img link..
<img src=”http://www.talishka.com.ar/images/trucomovil.jpg” alt=”Truco!” />
As you can see there’s a “!” after the word Truco in the alt label, well.. i removed that exclamation and everything started to work fine again. I hope this help you out guys.
Forum: Fixing WordPress
In reply to: RSS Validation ProblemI’m using the latest version and i’m having the same problem. Im working on it.
Forum: Fixing WordPress
In reply to: Translation into Spanish is not workingthx 🙂
Forum: Fixing WordPress
In reply to: Translation into Spanish is not workingJust for the record i took a screenshots, and this is how i watch it.
Forum: Fixing WordPress
In reply to: Translation into Spanish is not workingHeh well i’m confused then my friends because i’ve tried to watch it with my ie 6.1 and i see it wrong, some other people told me they’re havin the same problem watchin my blog. Heh, yes i have my encoding on auto select guys.
thanks 🙂
Forum: Fixing WordPress
In reply to: Translation into Spanish is not workingI forgot to specify it doesn’t work on Windows / IE (English Versions)
Forum: Fixing WordPress
In reply to: Translation into Spanish is not workingBueno, a pesar de que no uso Internet Explorer pretendo que el site se vea bien en todos los browsers. Cuestion que en Firefox veo el site en spanish -perfecto- y en internet explorer no se ven los acentos, las ñ .. etc.
Configuré todo, revisé varias veces las configs, hasta el theme, el charset que esta manejando el mysql por defecto, y no encuentro la razon..Small English Version: I’ve installed es_ES language and configured it. I see the site perfect on Firefox but can’t see it right on internet explorer.
http://www.talishka.com.ar check it out.