Title: major2000's Replies | WordPress.org

---

# major2000

  [  ](https://wordpress.org/support/users/major2000/)

 *   [Profile](https://wordpress.org/support/users/major2000/)
 *   [Topics Started](https://wordpress.org/support/users/major2000/topics/)
 *   [Replies Created](https://wordpress.org/support/users/major2000/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/major2000/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/major2000/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/major2000/engagements/)
 *   [Favorites](https://wordpress.org/support/users/major2000/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Spam Protection for WP 1.2?](https://wordpress.org/support/topic/spam-protection-for-wp-12/)
 *  Thread Starter [major2000](https://wordpress.org/support/users/major2000/)
 * (@major2000)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/spam-protection-for-wp-12/#post-273664)
 * THX for the info. I just upgraded to Wp 1.52, which was easily done. I just had
   to do minor manual work changing some lines.
    The guide from codex.wordpressorg
   about upgrading from 1.2 to 1.5 was very helpful.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Mimetype and RDF](https://wordpress.org/support/topic/mimetype-and-rdf/)
 *  Thread Starter [major2000](https://wordpress.org/support/users/major2000/)
 * (@major2000)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/mimetype-and-rdf/#post-108916)
 * Here is the [URL](http://weblog.gaming-hut.de),
    application/xhtml+xml works 
   fine, even in IE5
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove “trackback” from permalink?](https://wordpress.org/support/topic/remove-trackback-from-permalink/)
 *  Thread Starter [major2000](https://wordpress.org/support/users/major2000/)
 * (@major2000)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/remove-trackback-from-permalink/#post-92814)
 * I use WP1.2 and my .htaccess is
    ` RewriteEngine On RewriteBase /blog/ RewriteRule
   ^category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /blog/wp-feed.php?category_name=$1&
   feed=$2 [QSA] RewriteRule ^category/?(.*) /blog/index.php?category_name=$1 [QSA]
   RewriteRule ^author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /blog/wp-feed.php?author_name
   =$1&feed=$2 [QSA] RewriteRule ^author/?(.*) /blog/index.php?author_name=$1 [QSA]
   RewriteRule ^([_0-9a-z-]+)/?([0-9]+)?/?$ /blog/index.php?name=$1&page=$2 [QSA]
   RewriteRule ^([_0-9a-z-]+)/?/(feed|rdf|rss|rss2|atom)/?$ /blog/wp-feed.php?name
   =$1&feed=$2 [QSA] RewriteRule ^([_0-9a-z-]+)/?/trackback/?$ /blog/wp-trackback.
   php?name=$1 [QSA] RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /blog/wp-feed.php?feed
   =$1 [QSA] RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /blog/wp-feed.php?feed
   =$1&withcomments=1 [QSA]

Viewing 3 replies - 1 through 3 (of 3 total)