johannes.jarolim.com/yapb-forum

Full Version: Error 500 when changing permalinks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...

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 WordPress

Can anyone help me?
Peter

Guest

palurie Wrote: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...

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 WordPress

Can anyone help me?
Peter

Check if your hosting support mod_rerwrite

greetz
p.
Will do... I fear this is the problem. And all my sites (private & professional) are hosted by the same Host (strato.de)

Thanks for the heads-up!
Peter

Guest Wrote:Check if your hosting support mod_rerwrite

greetz
p.
Reference URL's