When someone bids in an auction the wp auctions admin email receives an email... having links like:
http://lagangacordoba.com.ar/?auction_to_show=35
http://lagangacordoba.com.ar/?auction_to_show=29
http://lagangacordoba.com.ar/?auction_to_show=23
http://lagangacordoba.com.ar/?auction_to_show=27
etc...
The problem is... that all those links shows the same auction (the first one available?)
When someone outbid another guy... that guy receives links like those too?
(non working)
The WP permalink setup is set to: http://lagangacordoba.com.ar/pagina-ejemplo/ (the option previous "custom" url types)
The .htaccess generated by WP is like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Maybe it is because that? we can not use (yet) "nice urls" with wp auctions?
EDIT: I have tried changing the permalink setup to the default "http://lagangacordoba.com.ar/?p=123"... the auctions links do not work... :(
Continues showing the same auction...
