I am attempting to set up wp-classifieds. I have applied the .htaccess modification indicated in the readme.txt, but it still does not work. My wordpress installation is in a /blog subdir, but is set up so that blog is not written into the url.
So all the links generated by the plugin are like this /blog/?page_id=1715&_action=vl&lid=1. But once they are clicked, they redirect to the root "homepage" of the site.
If I enter the urls sans blog like so: /?page_id=1715&_action=vl&lid=1 the pages appear.
There has to be a .htaccess modification I can make to alleviate this.