DanielRuf
Forum Replies Created
-
Great, thanks.
Can you delete/edit the thread?
It seems, that my IP was on some blacklists but just CloudFlare had a problem with it.
The IPs shoudl work normally when I enter them directly with the slashes?
Forum: Fixing WordPress
In reply to: WP3.8 Possible bug? Wrong RewriteBase for directory in .htaccessBut then is the error in the RewriteRules
Well, it is 1and1/United Internet.
With the trailing slash /subdir/ it throws a 300 error after disabling CheckSpelling:
http://www.digimantra.com/technology/apache/1and1-com-error-300-multiple-choices/this seems to make problems:
RewriteBase /subdir/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /subdir/index.php [L]this works:
RewriteBase /subdir
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /subdir/index.php [L]the WordPress site has some subpages, the permalink structure is website/page/…