• Resolved estjohn

    (@estjohn)


    I have downloaded and installed the beta 2.0 version of WP. I have it running at https://wpbeta.aleeya.net/

    When I change the permalink structure to

    Date and name based
    ?? https://wpbeta.aleeya.net/2005/11/19/sample-post/

    It breaks all of the links. I reverted back to the

    Default
    ?? https://wpbeta.aleeya.net/?p=123

    and it worked fine again.
    I checked the .htaccess and even chmodded it to 666, but for some reason, it is not updating when I click on the “update permalink structure”.

    I do not have any plugins enabled. This is a defualt installation with no tweaks. I renamed the default category to the category for this post. This is the first post on the site.

    Along with that, I noticed that my link opened in the same window. I went back and edited the post for the link to open in a new window. It did not work. The HTML shows before when I click on the HTML link where the post is entered. I also tried to add manually target="_blank" manually, but it did not update either. I have the same problem if I use longdesc="Long description tag" , but Any other edits will save.

    Has anyone else noticed similar things?

Viewing 4 replies - 46 through 49 (of 49 total)
  • Thread Starter estjohn

    (@estjohn)

    Thank you matt. I know my wordpress 1.5 had more, so I thought it would also in the 2.x. Appreciate the heads up. Now I understand better what I am looking at.

    That’s really good to know. A bit confusing for those of us who’ve seen longer versions in the past….

    In 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]

    Just for general info, the .htaccess file now always has that short 4-5 line value no matter what permalink structure you use.

    Where is this info saved now?

    Thanks

    To the above poster that is having problems with other redirections, this is the problem I am having. All the other redirections (RewriteRule; non-WP rules) are not working now after upgrade.

Viewing 4 replies - 46 through 49 (of 49 total)
  • The topic ‘Permalinks and Edit posts WP 2.0 beta’ is closed to new replies.