tinyau
Forum Replies Created
-
Forum: Plugins
In reply to: Need “Quote Comment” Beta Tested PleaseYes, just like you said. 😉
Forum: Plugins
In reply to: Need “Quote Comment” Beta Tested PleaseViper, great enhancement, better than the previous version a lot.
I would like to see an option to allow disable nested quote. Is it possible? Thanks a lot.
Forum: Alpha/Beta/RC
In reply to: Ultimate Tag Warrior breaks WP2 Beta TwoI have also using UTW 2.8.7 with this patch applied under 2.0 Beta 2 without any problem.
Forum: Alpha/Beta/RC
In reply to: How to perform URL redirection using mod_rewrite in 2.0 betaThanks Viper007Bond. After I moved all my rewrite rules to the beginning of
.htaccessfile, and let those entries of WordPress in the end. It works like a charm. 😉Forum: Alpha/Beta/RC
In reply to: Permalinks and Edit posts WP 2.0 betaIn version 1.5.2, I use mod_rewrite to redirect all my post feed and comment feed to Feedburner, and use the mod_rewrite of Ultimate Tag Warrior (UTW) plugin to use a simpler URL /tag/.
I have tried to use .htaccess file of version 1.5.2 in version 2.0 Beta 1 without any problem. However, I found this simpler version of .htaccess is good and I tried to use it but I have some problems when using it.
1. How to disable the mod_rewrite of post feed and comment feed so that I can add the entries of redirection of feed to Feedburner?
2. I have added the following entries in .htaccess that generated by UTW of /tag/ URL redirection to the .htaccess of version 2.0 Beta 1. However, the redirection failed. How can I solve it?RewriteRule ^tag/?(.*)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?tag=$1&feed=$2 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)/$ /index.php?tag=$1&paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)/$ /index.php?tag=$1 [QSA,L]
RewriteRule ^tag/?(.*)/page/?(.*)$ /index.php?tag=$1&paged=$2 [QSA,L]
RewriteRule ^tag/?(.*)$ /index.php?tag=$1 [QSA,L]