03-26-2007, 02:04 AM
Hi!
I am using YAPB with the Grain theme.
I have 2 problems:
1) when I try to change to "pretty" permalinks, I keep getting Internal Error messages, and can only then get back to the admin by deleting the .htaccess file.
What can I do with this? The .htaccess file contents is generated automatically, and then causes problems...
Can anyone help me?
Peter
I am using YAPB with the Grain theme.
I have 2 problems:
1) when I try to change to "pretty" permalinks, I keep getting Internal Error messages, and can only then get back to the admin by deleting the .htaccess file.
What can I do with this? The .htaccess file contents is generated automatically, and then causes problems...
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog3/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog3/index.php [L]
</IfModule>
# END WordPressCan anyone help me?
Peter