Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Waiting for user confirmation] Taxonomy page not working

$
0
0

Hi Adriano,

thanks for getting in touch, I've tried disabling plugins and reverting to a default theme (the 2014 one to be precise)

also, here's my htaccess for you

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /lewis/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /lewis/index.php [L]
</IfModule>

# END WordPress


Viewing all articles
Browse latest Browse all 20145

Trending Articles