Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Wordpress Permalink Error

  1. #1

    Default Wordpress Permalink Error

    I am just going a little crazy these last couple days. I am trying to create a new blog on Wordpress for one of my blogs.

    Anyhow, I went in and changed the permalink structure to custom which I have on all my other Wordpress blogs as:

    /%category%/%postname%/

    I went and added the code to my .htacess like it wanted.

    When I visit my blog, all my links are going to either a 404 page on my blog or pasges/post to another Wordpress blog I have on this domain.

    In the .htacess file I put the coding right under the coding for the other wordpress blog.

    Here is my blog:
    http://www.mommyenterprises.com/moms-blog

    When I click on Product Reviews, it shows the word category in the link instead of the actual category name.

    I am really going to pull my hair out!

  2. #2

    Default

    Stefani, I tweeted the link to this post. Hope someone can help you.

    Have you ever thought of using this permalink structure

    /%post_id%/%postname%/

    I love it because you can post just the link with id and it goes to the same post, the link is just shorter.

    See how it is on my blog. You can use either the full link

    http://losingitandlovingit.com/blog/...erance-quotes/

    or just
    http://losingitandlovingit.com/blog/1821

    Not to make things any more difficult for you but just wanted to mention it before you really get going.

  3. #3

    Default

    Quote Originally Posted by angienewton View Post
    Stefani, I tweeted the link to this post. Hope someone can help you.

    Have you ever thought of using this permalink structure

    /%post_id%/%postname%/

    I love it because you can post just the link with id and it goes to the same post, the link is just shorter.

    See how it is on my blog. You can use either the full link

    http://losingitandlovingit.com/blog/...erance-quotes/

    or just
    http://losingitandlovingit.com/blog/1821

    Not to make things any more difficult for you but just wanted to mention it before you really get going.
    Thanks Angie,

    I actually didn't know you could do that. So I changed my structure to:
    /%post_id%/%postname%/

    Still having Permalink errors though. I am thinking it is because I have to blogs on the same server using .htaccess.

    Here is what my .htaccess looks like:

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

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

  4. #4

    Default

    ROFL... edited to add - Stefani, I didn't see your last post before I asked this.

    I don't know what the problem might be, but I have a question. Are you sure you can run two blogs from the same htaccess file? I'm referring to your statement, "In the .htacess file I put the coding right under the coding for the other wordpress blog."

  5. #5

    Default

    Quote Originally Posted by lindastacy View Post
    ROFL... edited to add - Stefani, I didn't see your last post before I asked this.

    I don't know what the problem might be, but I have a question. Are you sure you can run two blogs from the same htaccess file? I'm referring to your statement, "In the .htacess file I put the coding right under the coding for the other wordpress blog."
    That is what I want to know!

  6. #6

    Default

    Okay, got it resolved.

    I had to put another .htaccess in the directory of the new blog. I went and deleted the code for moms-blog from the original .htaccess on the root.

    I am SO relieved..........

  7. #7

    Default

    YEA, so glad to hear you got it all resolved. Techy stuff drives me crazy so that's why I hire Michael from Sharp Pixel Designs. He takes care of all the back end WP stuff that I'm too afraid to deal with LOL

  8. #8
    Join Date
    Jul 2009
    Location
    inside my own head
    Posts
    2,011

  9. #9
    Join Date
    Jul 2009
    Location
    Bedford, England
    Posts
    869

    Default

    Well done Stefani!

    :-)

  10. #10

    Default

    Thanks for posting the solution... it will help someone else I'm sure.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •