warriorfr
Member
Posted 1 year ago #
Hello,
I'd like to use wp poll in my website but i have permalinks activated.
So the poll is displayed in my sidebar but all the buttons and links doesn't work.
i have the .htaccess lines :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
and the following pattern for my links :
/%category%/%postname%/
please help
Can you be more specific "what does not work" Like a site url or something.
warriorfr
Member
Posted 1 year ago #
with the 'vote' button and 'View Results' link, somethings seems to open itself but nothing appears.
With the link 'Polls Archive' the new page ends with a 404 error, page not found.
To see exactly what the problem is, you can go there
http://www.lebulgare.com/
The poll is in the right sidebar.
Thanks for your help.
It seems that there is a plugin conflict or something as your server is blocking the ajax request from sending back.
warriorfr
Member
Posted 1 year ago #
I had an error 403...
I reinstalled my blog from scratch.
it works now.