|

10-11-2010, 07:22 PM
Hello,
I've got the same problem. I tried a lot of solutions too.
I changed my htaccess file to chmod 777, and changed the permalink settings..., but the problem persists.
My .htaccess is...
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /public_html
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
The permalinks work correctly with the wordpress' default option, but I want a friendly urls. Is there any solution?
Thanks, and sorry for my english
|