Did not fit with MaryAnne >>> It seems to work with it
-
This plugin didn’t go well with a theme called MaryAnne and caused 500 internal server error.
I didn’t know how to fix the error, but resetting .htaccess file with following text seemed work out:# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Did not fit with MaryAnne >>> It seems to work with it’ is closed to new replies.