Tema: Re: CROSS: Beda su wordpress'o permalink'ais
Autorius: Rocky Shilly
Data: 2012-04-27 13:12:19
Pluginai atjungti, o .htaccess turinys toks:


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress



"alias"  wrote in message news:jncptj$spn$1@trimpas.omnitel.net...

Pradžiai atjunk visus pluginus ir parodyk savo .htaccess turinį.

--