Title: [Theme: Admired] 406 Errors
Last modified: August 20, 2016

---

# [Theme: Admired] 406 Errors

 *  [Stiller](https://wordpress.org/support/users/stiller/)
 * (@stiller)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/)
 * Hi,
    I downloaded and installed the Admired theme, which is great, but I have
   one major issue with it.
 * Whenever I try to change some of the theme options (e.g. anything in the “General”
   tab under “Admired Options”) and click “Save All Changes” I start getting “406
   Not Acceptable” errors whenever accessing the WordPress admin pages until I clear
   my session cookies and log in again. The changes I try to make are not saved.
 * I turned off Apache’s MOD_SECURITY and thus verified this is not the issue.
 * Any ideas?
 * Regards,
    Eran
 * **Update:** After turning off MOD_SECURITY, I have found out that this still 
   happens when forcing all admin pages to use SSL (FORCE_SSL_ADMIN – [http://codex.wordpress.org/Administration_Over_SSL](http://codex.wordpress.org/Administration_Over_SSL)).
   If I turn it off then I can save changes.
 * Could anyone please confirm?
    Could this issue be fixed?
 * [http://wordpress.org/extend/themes/admired/](http://wordpress.org/extend/themes/admired/)

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [Digest WP](https://wordpress.org/support/users/jay-stankiewicz/)
 * (@jay-stankiewicz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978396)
 * Hey,
 * Have you followed this string?
    [http://wordpress.org/support/topic/406-not-acceptable-3?replies=6](http://wordpress.org/support/topic/406-not-acceptable-3?replies=6)
 *  Thread Starter [Stiller](https://wordpress.org/support/users/stiller/)
 * (@stiller)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978398)
 * Yes, I’ve tried this and several other similar suggestions I found and none of
   them helped.
    Like I said, the situation now is that MOD_SECURITY is completely
   off and this still happens when the admin pages are forced to use SSL.
 *  [Digest WP](https://wordpress.org/support/users/jay-stankiewicz/)
 * (@jay-stankiewicz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978400)
 * I am assuming you have a .htaccess file.
 * Have you tried this fix?
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   
 * [http://www.tipsandtricks-hq.com/apache-mod-security-update-how-to-fix-error-406-or-not-acceptable-issue-259](http://www.tipsandtricks-hq.com/apache-mod-security-update-how-to-fix-error-406-or-not-acceptable-issue-259)
 *  Thread Starter [Stiller](https://wordpress.org/support/users/stiller/)
 * (@stiller)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978405)
 * Tried it now.
    Still the same. Works when SSL is disabled, shows constant 406
   errors after saving a theme option when SSL is forced on admin pages.
 *  [Digest WP](https://wordpress.org/support/users/jay-stankiewicz/)
 * (@jay-stankiewicz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978407)
 * Are the WordPress folders password protected?
 *  Thread Starter [Stiller](https://wordpress.org/support/users/stiller/)
 * (@stiller)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978408)
 * No.
    It’s a pretty standard setup, and everything else works perfect except when
   I use this theme and try to save changes.
 *  [Digest WP](https://wordpress.org/support/users/jay-stankiewicz/)
 * (@jay-stankiewicz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978411)
 * Alright and have you disabled the MOD_SECURITY your self in the .htaccess or 
   did your hosting do that for you. I know there are different versions and some
   can only be done by the host regardless of what is in the .htaccess
 *  Thread Starter [Stiller](https://wordpress.org/support/users/stiller/)
 * (@stiller)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978412)
 * After I thought I failed doing it myself (because it didn’t help), I asked my
   host to turn it off for me…
 *  [Digest WP](https://wordpress.org/support/users/jay-stankiewicz/)
 * (@jay-stankiewicz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978414)
 * Do you get the same 406 errors when trying to upload files or just in the Theme
   Options ?
 *  Thread Starter [Stiller](https://wordpress.org/support/users/stiller/)
 * (@stiller)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978416)
 * Only when saving the theme options.
    I forced SSL on the admin pages, uploaded
   a file with SSL enabled which worked as expected, and then tried to save the 
   theme options which failed with:
 * > Not Acceptable
   >  An appropriate representation of the requested resource /blog/
   > wp-admin/options.php could not be found on this server. Additionally, a 404
   > Not Found error was encountered while trying to use an ErrorDocument to handle
   > the request.
 * I honestly appreciate the help!
 *  [Digest WP](https://wordpress.org/support/users/jay-stankiewicz/)
 * (@jay-stankiewicz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978418)
 * I have to ask now what version of WordPress is installed?
 *  Thread Starter [Stiller](https://wordpress.org/support/users/stiller/)
 * (@stiller)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978419)
 * The latest (3.4.1).
 *  [Digest WP](https://wordpress.org/support/users/jay-stankiewicz/)
 * (@jay-stankiewicz)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978423)
 * How about the permalinks what are they set to and were they changed? Your issue
   seems to be a bit unique
 * [http://wordpress.org/support/topic/the-requested-url-login-was-not-found-on-this-server-1?replies=20](http://wordpress.org/support/topic/the-requested-url-login-was-not-found-on-this-server-1?replies=20)
 *  Thread Starter [Stiller](https://wordpress.org/support/users/stiller/)
 * (@stiller)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978427)
 * The structure is “/%year%/%monthnum%/%postname%/” and the URLs were not changed.
   
   This is a new site, which I reinstalled 3 times from scratch just to make sure
   that the issue reproduces (it does reproduce).

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘[Theme: Admired] 406 Errors’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/admired/1.2.1/screenshot.png)
 * Admired
 * [Support Threads](https://wordpress.org/support/theme/admired/)
 * [Active Topics](https://wordpress.org/support/theme/admired/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/admired/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/admired/reviews/)

 * 14 replies
 * 2 participants
 * Last reply from: [Stiller](https://wordpress.org/support/users/stiller/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/theme-admired-406-errors/#post-2978427)
 * Status: not resolved