• hi.. i am using one of the seo friendly links plugin and its working great accept that when i click at trackback at the end of the article, instead of coming back to the same article it displays a blank page.

    i went to the .htaccess file to which i had made some change as required by the plugin and saw there were small rectangles between the code.. i cant get them to paste here.. so i think they were from the space left.. would that be a problem?

Viewing 6 replies - 1 through 6 (of 6 total)
  • You’re going to have to provide some more information.

    • Which plugin?
    • What changes?

    Also: WP’s links (the “pretty” ones, that is) are already pretty SEO’d. WP blogs do very well in Google. What changes does this plugin make?

    Thread Starter stylikon

    (@stylikon)

    this is the url of the plugin http://www.emilyrobbins.com/how-to-blog/how-to-configure-wordpress-to-create-search-engine-friendly-urls-for-permalinks-242.htm

    and this is the code that i copied to .htaccess


    RewriteEngine On
    RewriteBase /
    RewriteRule ^category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?category_name=$1&feed=$2 [QSA]
    RewriteRule ^category/?(.*) /index.php?category_name=$1 [QSA]
    RewriteRule ^author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&feed=$2 [QSA]
    RewriteRule ^author/?(.*) /index.php?author_name=$1 [QSA]
    RewriteRule ^([_0-9a-z-]+).htm([0-9]+)?/?$ /index.php?name=$1&page=$2 [QSA]
    RewriteRule ^([_0-9a-z-]+).htm/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?name=$1&feed=$2 [QSA]
    RewriteRule ^([_0-9a-z-]+).htm/trackback/?$ /wp-trackback.php?name=$1 [QSA]
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]
    RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&withcomments=1 [QSA]

    why dont u just use the default permalink of worpdress ? it work gr8 … and no need for plugins

    Thread Starter stylikon

    (@stylikon)

    coz this plugin is more SE friendly

    Don’t believe everything you read on the internet 🙂
    I know blogs that have the default ?p=123 and they outperform a lot of fancy “seo experts” site – because they have valuable good content!

    URLs don’t mean crap anymore when it comes to SEO.
    Hate to break it to you, and to the people who waste time developing plugins to fix things like URLs and Meta tags, but it’s true.

    Use “pretty permalinks” in your WP options section, and be done with it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘.htaccess seo links problem’ is closed to new replies.