Moinsn,
also - folgendes Problem:
Ich kriege folgende Fehlermeldung:
ZitatInternal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, ErnestoRuge@web.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.53 (Linux/SUSE) Server at http://www.hexenhaeuschen.info Port 80
Nein, ist kein Strato, ist ein eigener VPS - phpinfo siehe Anhang. Der Fehler tritt auf, wenn ich statt
ZitatAlles anzeigen<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
(also Permalink Struktur /%year%/%monthnum%/%day%/%postname%/ )
versuche folgende Permalink Struktur: /wp/%year%/%monthnum%/%day%/%postname%/
ZitatAlles anzeigen<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule>
zu nutzen.
Das Apache Log spuckt folgendes aus:
Zitat[Thu Sep 21 12:12:52 2006] [error] [client 80.143.66.143] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://www.hexenhaeuschen.info/wp-admin/options-permalink.php
So - und was ist da passiert? ;)
PS: Das Ganze ist dadurch entstanden dass ich versucht habe nicht alle Unterordner von der URL in WP zu nutzen. Also: http://www.foo.de/ und http://www.foo.de/wp/ = WP Krams, http://www.foo.com/morefoo/ = unabhängig von WP. Geht das evt. anders?