I’ve changed the structure back to the oldf one. its not what i want but its working .
yes i have those .. my old directories had that structure and i have individual redirect pages in there cos loads of my traffic still comes to old indexings of those pages thru search engines
Is that what’s doing it?
tried options update permalinks that did nothing (indeed I had already done that)
also ,…. that .htaccess file pasted above doesnt have begin wordpress … etc … ???
My .htaccess file is as follows. I have placed it in the root directory from where the blog is served and aso in the wordpress directory.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Does that help???