Checkboxes or theme previews not working (self hosted)
-
So I have this strange issue: Some things don’t quite work on my self hosted wordpress site such as theme previews and check boxes (they don’t show whether checked or not) and I can’t figure out what could be. I have tried a different theme but no luck. I am hosting wordpress on Ubuntu behind another Ubuntu machine as a reverse proxy.
Any ideas where to begin?
Here’s my .htaccess file in case it helps:
`# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Besides a custom theme, everything else remains default in wordpress.
- The topic ‘Checkboxes or theme previews not working (self hosted)’ is closed to new replies.