WP Guru Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Barefootsies
    Choice is an Illusion
    • Feb 2005
    • 42635

    #1

    WP Guru Question

    I have set up a new blog, and when the new posts are made. They are going to the new page. However, the clickable links are not working. I am thinking maybe it is a write issue (cmod 777) on the server, but I could be wrong.

    http://celebrityfeetandsoles.com/
    Should You Email Your Members?

    Link1 | Link2 | Link3

    Enough Said.

    "Would you rather live like a king for a year or like a prince forever?"
  • SayWhut
    Confirmed User
    • Jan 2008
    • 962

    #2
    Looks like you haven't set up the htaccess for the permalinks.

    Comment

    • Barefootsies
      Choice is an Illusion
      • Feb 2005
      • 42635

      #3
      Originally posted by SayWhut
      Looks like you haven't set up the htaccess for the permalinks.
      Thanks bud. I'll shoot that shit over to PHAT.
      Should You Email Your Members?

      Link1 | Link2 | Link3

      Enough Said.

      "Would you rather live like a king for a year or like a prince forever?"

      Comment

      • LoveSandra
        So Fucking Banned
        • Aug 2008
        • 10551

        #4
        Originally posted by Barefootsies
        I have set up a new blog, and when the new posts are made. They are going to the new page. However, the clickable links are not working. I am thinking maybe it is a write issue (cmod 777) on the server, but I could be wrong.

        http://celebrityfeetandsoles.com/
        I had this shitty problem too few weeks ago
        chmode 755/777 on index.php and wp-content + htaccess with
        <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /index.php [L]
        </IfModule>

        # BEGIN WordPress
        <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /index.php [L]
        </IfModule>

        # END WordPress

        Done.

        Comment

        • Barefootsies
          Choice is an Illusion
          • Feb 2005
          • 42635

          #5
          In the past, I always had PHAT do my script installs to make sure they were done right. Now they have a new auto script installer for some scripts. That whole one click thing. From the best I can tell, it would appear that one click is not setting up the chmod 777/775 thing correctly.

          I do not screw around on the server side stuff. I am a sales man. Not a techie. So I leave that shit to them. Just like I no longer do coding work. It would take me 4 days to do something a konrad or a good coder can bang out in an hour.
          Should You Email Your Members?

          Link1 | Link2 | Link3

          Enough Said.

          "Would you rather live like a king for a year or like a prince forever?"

          Comment

          • fris
            I have to go potty
            • Aug 2002
            • 55751

            #6
            To be sure its a permalink issue, set the links back to the default, if it works then, its that, upload a blank .htaccess file and chmod it 666 then update the permalinks.
            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


            Totally Free Templates

            Comment

            • Barefootsies
              Choice is an Illusion
              • Feb 2005
              • 42635

              #7
              Here is the official PHAT answer

              Create a text file named .htaccess and put the following lines in it.

              RewriteEngine On
              RewriteBase /
              RewriteCond %{REQUEST_FILENAME} !-f
              RewriteCond %{REQUEST_FILENAME} !-d
              RewriteRule . /index.php [L]

              Now upload this file to the root of your wordpress installation and your links will work.
              Should You Email Your Members?

              Link1 | Link2 | Link3

              Enough Said.

              "Would you rather live like a king for a year or like a prince forever?"

              Comment

              • 2012
                So Fucking What
                • Jul 2006
                • 17189

                #8
                that theme was scary ooooooooooooo
                best host: Webair | best sponsor: Kink | best coder: 688218966 | Go Fuck Yourself

                Comment

                • 2012
                  So Fucking What
                  • Jul 2006
                  • 17189

                  #9
                  hey I have something you might like for that ... maybe
                  best host: Webair | best sponsor: Kink | best coder: 688218966 | Go Fuck Yourself

                  Comment

                  • Barefootsies
                    Choice is an Illusion
                    • Feb 2005
                    • 42635

                    #10
                    Originally posted by fartfly
                    hey I have something you might like for that ... maybe
                    Is it a theme with a picture of a bartender asking me, "What's up chief"?
                    Should You Email Your Members?

                    Link1 | Link2 | Link3

                    Enough Said.

                    "Would you rather live like a king for a year or like a prince forever?"

                    Comment

                    • Barefootsies
                      Choice is an Illusion
                      • Feb 2005
                      • 42635

                      #11
                      PHAT has gotten that shit fixed now.

                      Leave it to PHAT to get dat shit handled in minutes.
                      Should You Email Your Members?

                      Link1 | Link2 | Link3

                      Enough Said.

                      "Would you rather live like a king for a year or like a prince forever?"

                      Comment

                      • kane
                        Too lazy to set a custom title
                        • Aug 2001
                        • 20684

                        #12
                        If you want you can always just upload a blank page named .htaccess and chmod it to 777 then Wordpress will write the correct code to it for you. I do this with mine that way if I make changes in the future it is easy to make sure everything works.

                        Comment

                        Working...