Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter markuslemm

    (@markuslemm)

    Here is the htaccess. Look weird?

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    RewriteCond %{HTTP_HOST} ^cheofoundation\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.cheofoundation\.com$
    RewriteRule ^files\/courtneyf$ “http\:\/\/www\.cheofoundation\.com\/fr\/courtney\-2” [R=301,L]

    RewriteCond %{HTTP_HOST} ^cheofoundation\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.cheofoundation\.com$
    RewriteRule ^files\/olivierf$ “http\:\/\/www\.cheofoundation\.com\/fr\/olivier\-\ 2” [R=301,L]

    RewriteCond %{HTTP_HOST} ^cheofoundation\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.cheofoundation\.com$
    RewriteRule ^files\/olivier$ “http\:\/\/www\.cheofoundation\.com\/olivier” [R=301,L]

    RewriteCond %{HTTP_HOST} ^cheofoundation\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.cheofoundation\.com$
    RewriteRule ^files\/hunter$ “http\:\/\/www\.cheofoundation\.com\/hunter” [R=301,L]

    RewriteCond %{HTTP_HOST} ^cheofoundation\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.cheofoundation\.com$
    RewriteRule ^files\/hunterf$ “http\:\/\/www\.cheofoundation\.com\/fr\/hunter\-\ 2” [R=301,L]

    RewriteCond %{HTTP_HOST} ^cheofoundation\.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.cheofoundation\.com$
    RewriteRule ^files\/courtney$ “http\:\/\/www\.cheofoundation\.com\/courtney” [R=301,L]

    Thread Starter markuslemm

    (@markuslemm)

    Apache/2.2.31 (Unix)
    PHP Version 5.4.45
    mySQL 5.5.47

    Does this info help?

    Thread Starter markuslemm

    (@markuslemm)

    So I can’t disable the plugins on the live site as it a rather large hospital site. I did a full backup and recreated the entire site on a staging server. I was forced to disable the https stuff but everything else is there and the problem is gone. Here is the strange part; I figured the problem was the https plugin so I disabled it on the live site and the problem remains. I’m thinking there is something going on with their hosting. Are there any known incompatibilities with php versions or databases?
    I’ll post the server info in a bit.

    Thanks,

    I had the same problem with a site. After a few hours of experimentation the fix was to disable the send using HTML. Hope that helps anyone looking for a quick solution. We are using WP Mail as the sending method.

    Events->Settings->Emails->Email Settings->Send HTML Emails set to No

Viewing 4 replies - 1 through 4 (of 4 total)