• My htaccess file was changed to

    # 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

    This first line blew up my web server with error 500. Nothing else changed on my site besides updating this plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter deejaydaze

    (@deejaydaze)

    This update actually broke this plugin for me. Does this plugin edit .htaccess file at all?

    Thread Starter deejaydaze

    (@deejaydaze)

    Just got a notification:

    ” Did you just upgrade to a post 6.0 version of Custom Contact Forms? If so, you might need to upgrade your database to use your old forms. Please backup your database before running the upgrade. “

    Just completed that and now the forms show up but the submit button has no text and “State” dropdown is broken.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does 6.7.0 edit the htaccess file?’ is closed to new replies.