URL "Not Found" error after enabling option "Enable cache for logged in users"
-
First of all, thanks for this great plugin.
I installed the plugin, v0.4.1, into a plain vanilla WP 3.5 installation.
I configured the plugin for memcached and my hosting providers memcache settings (private IP 10.10.10.10 and non-standard portnumber).
The plugin warned that I first had to add statement:
define( 'WP_CACHE', true );
to wp-config.php.
After that, the plugin reported that it was up&running.
I could immediately notice the performance boost.Now, when I navigate to the home page of my vanilla WP site and I click buttons “Home” followed by “Sample Page” two times in a row, then the second time I click button “Home” this error appears:
Not Found The requested URL /home/< was not found on this server.
Note the trailing “<“.
I found out that this error is triggered by enabling option:
Enable cache for logged in users
I clicked the “Home” and “Sample Page” buttons as anonymous user, thus not logged in. Perhaps I should note that besides the “admin” account I did not add any regular user.Any idea what might cause this behavior?
–drDolittle
- The topic ‘URL "Not Found" error after enabling option "Enable cache for logged in users"’ is closed to new replies.