Wordpress Permalinks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CIVMatt
    Amateur Pimpin
    • Aug 2004
    • 13075

    #1

    Wordpress Permalinks

    I used to permalink my posts in the settings as:

    /%category%/%postname%/


    However that's not working anymore, I get Not Found errors when posting an article.

    What's changed and what it is the correct syntax to use now for it to post under domain.com/cat/postname ????
    Make easy money with Webcams
  • James
    Confirmed User
    • Jun 2007
    • 89

    #2
    this happens sometimes, and as long as your htaccess permissions are set right, to fix this all you do is set it back to the default permalink settings, submit... then you can go and set it the way you wanted and it should take. Not sure why this bug exists, I thought they fixed it.

    hope that works for ya man
    BellaPass

    Comment

    • Antonio
      Too lazy to set a custom title
      • Oct 2001
      • 14136

      #3
      CHMOD your htaccess to 777 then back to 644 after you're done

      Comment

      • James
        Confirmed User
        • Jun 2007
        • 89

        #4
        what he said.
        BellaPass

        Comment

        • ~Ray
          visit hardlinks.org
          • Jun 2003
          • 18361

          #5
          Originally posted by Antonio
          CHMOD your htaccess to 777 then back to 644 after you're done

          good advice
          Adult Backlinks for Adult Websites - Testimonials Available

          Comment

          • CIVMatt
            Amateur Pimpin
            • Aug 2004
            • 13075

            #6
            Thanks guys! xoxo -Me
            Make easy money with Webcams

            Comment

            • HorseShit
              Too lazy to set a custom title
              • Dec 2004
              • 17513

              #7
              yeah, that syntax still works fine, just your .htaccess has issues

              Comment

              • CIVMatt
                Amateur Pimpin
                • Aug 2004
                • 13075

                #8
                oooh I see where I need to add this maybe?

                <IfModule mod_rewrite.c>
                RewriteEngine On
                RewriteBase /
                RewriteCond %{REQUEST_FILENAME} !-f
                RewriteCond %{REQUEST_FILENAME} !-d
                RewriteRule . /index.php [L]
                </IfModule>
                Make easy money with Webcams

                Comment

                Working...