Problem with permalinks - Again!
Hi guys,
I have, like many other, problem with my permalinks. I've read several different threads and tried all kind of known solutions but can't get it working.
When I use:
Code:
/%postname%-%post_id%/
The ad-pages are working just fine, but then the other pages don't (like dashboard, about,add-new etc.)
When I use:
Then it's the other way around. All pages working except the ad-pages.
I have tried to update permalinks and pages. I don't use the page-slug /ads/. I have tried to refresh the pages and several other things mentioned in the forum.
My .htaccess looks like this (I can't find anything wrong with it):
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I really hope you can help with this problem. That would be really appriciated!
Thanks!
/ Daniel