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
Note: the above declarations are required in order for WP to work properly.
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???
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