i have 2 big proplems with my blog 1- duplicate urlsi use main categories and subcategories, in Permalink Structure i use "/%category%/%category%/%postname%/" tag to permit my posts appear in subcategories and really it appears ,but my urls duplicated example: i have main category Technolg and sub Digiatal camera my urls appears http://www.mysite.com/technology/digital-camera/technology/digital-camera/Post/ what can i do please to make my posts appears in subcategories without duplicate urls Note:when i use tag ""%category%/%postname%/ " my posts dont appear in subcategories , ang subcategory give me "No posts found"while post have the link to subcategory ! 2- 2nd issue: when i use this site http://www.smart-it-consulting.com/internet/google/googlebot-spoofer/index.htm to see how google see my blog i found very big proplem " numbers and letters appears beside contents that gives different meaning to my posts and contents" see pic Plugins i use:Ajax Comment Posting,Akismet,All in One SEO Pack,AskApache Google 404,Auto Social Poster,Broken Link Checker,Category Base Killer,Enforce www. Preference,FeedBurner FeedSmith,Get The Image,Global Translator,Google XML Sitemaps,Homepage Excerpts,Nofollow Those Dupes,Simple Tags,WassUp,WP-DBManager " please help me in my proplems
Your permalink should be set to "Custom" and only this should be enabled /%postname%/ Also make sure your .htaccess is writable (use chmod if not) and this should be inside .htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Also make sure older 301 redirect should not be present For second issue the image is not working