Boky
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: WP Multisite Subdomain ERR_TOO_MANY_REDIRECTSAfter a change to .htaccess everything works fine!
php_value memory_limit 256M # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] #RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) home3/www/mydomain/_development/$2 [L] #RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ home3/www/mydomain/_development/$2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
Hi Hector,
sorry but the plugin worked before, why shouldn’t it work now? I have put in again the old version an now everything works fine again! Have a look on your own.
BR,
PeterHi Hector,
the probmel is still there but it got better! Now the style is correct but we are still missing the images! Please have a look on your own https://www.einfachekuchenrezepte.de/
BR,
Peter@ernohannik: Thx for the link but also after reactivating the plugin i have broken images ??
@ernohannik: I have fixed this problen by going back to version 2.1.4 works as before see https://www.einfachekuchenrezepte.de/
After I have update to WP 3.4.1 the plugin is till broken!
Viewing 6 replies - 1 through 6 (of 6 total)