I’m having the same problem here with viamonteliving.org. The .org site is parked, and added as an addon under viamonteliving.com (which has been set to redirect to viamonteliving.org). I did not setup the domains as this was done way before I touched the site. I’m not trying to go down a path of changing the DNS to fit for this plugin either. I’m just trying to get the site cached properly using this plugin (is possible). The .htaccess for the site is as follows:
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php71” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php71 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
I removed all of the code that the Breeze activation added and also deleted this plugin completely. I am seeing a cache directory in wp-content also, not sure if this plugin added that or not.
It would be great if I could get this plugin working properly with the current DNS configuration. Not even sure the DNS configuration is the problem here, but it appears so as you mentioned it to previous questions related to this 500 Error.
Do you know if it’s possible to fix this manually or something so that I can use this plugin with the current setup of the domains perhaps?
-
This reply was modified 3 years, 9 months ago by sclosson.
-
This reply was modified 3 years, 9 months ago by sclosson.
-
This reply was modified 3 years, 9 months ago by sclosson.