• Resolved halwp

    (@halwp)


    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter halwp

    (@halwp)

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

    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???

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7] The spinning arrow icon shows up once I submit a form, but then nothing hap’ is closed to new replies.