ClassiPress Post An Ad, and other button
HI,
i've just run a fresh install on wordpress & classipress but i can't get the post an ad button neither consulting the default ads or menu categories, i always get a "not found page" error
my permalinks parameters :
/%post_id%/%postname%/
my htaccess :
# 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
i'm running under linux debian with apache2 mod_rewrite on, and i can't give you website url because i'm running it in my local server.