• Resolved mommye

    (@mommye)


    I am having a permalink problem on one of my blogs.

    I have quite a few WordPress blogs and have never had this problem. I just installed a install of WordPress yesterday at:
    http://www.mommyenterprises.com/moms-blog

    I updated the .htaccess as it suggested. One thing though is I have another WordPress blog on this domain. So I had to place the code under the code from the other blog.

    When I visit my blog, my links are going to the wrong places. They are basically going to a 404 page and other pages on that other blog.

    Here is my .htaccess file:

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You want to put the new .htaccess in the folder moms-blog
    then you will have one in root and one in new folder

    Thread Starter mommye

    (@mommye)

    Thanks Samboll, you are a stress saver!

    You know I had thought about doing that but looked all over the internet for a solution and didn’t see anywhere that said to do that.

    Thanks again, my permalinks are working. Now I can move on…..

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Permalink Error’ is closed to new replies.