Forums

[resolved] [Plugin: Contact Form 7] The spinning arrow icon shows up once I submit a form, but then nothing hap (4 posts)

  1. halwp
    Member
    Posted 2 years ago #

    To help others, here is the solution to the above problem (for my installation of wordpress, obviously):

    I had removed the following declarations from the .htaccess file:

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

  2. halwp
    Member
    Posted 2 years ago #

    Note: the above declarations are required in order for WP to work properly.

  3. bigdealben
    Member
    Posted 2 years ago #

    I'm having the same issue but I have no idea what you're saying. You removed the lines from your htacess but the lines you removed are required for wordpress to function???

  4. ablears
    Member
    Posted 2 years ago #

    Hello. What halwp is saying is that he had removed those lines. Adding them back fixed it for him.

    In my case (as I had the same issue) I have those lines in my .htaccess file. It still wouldn't work. I was running jquery 1.4 though. Switching back to 1.3 fixed it.

    Anthony

Topic Closed

This topic has been closed to new replies.

About this Topic