I don't think Classipress is updating .htaccess properly
I'm having major issues with advanced search (the "price slider" and also the ZIP code/proximity search). I've uninstalled/reinstalled Wordpress and Classipress numerous times, and I noticed that 'advanced search' breaks if you go to Settings >> Advanced and change the name of "Ad Listing Base URL" and "Ad Category Base URL". Whenever I attempt to use Classipress search (either advanced or basic search), I get nothing but a blank white screen 100% of the time. It simply never works.
If you edit ad & category listing bases, save, then go to Permalinks and re-save that section, it appears as though nothing happens whatsoever in .htaccess. For the sake of testing things out, I set .htaccess to CHMOD 777. After making these changes, .htaccess looks 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
///////////////////
This appears to be the default Wordpress .htaccess... Shouldn't it have statements that reflect the listing bases?