Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Fixing WordPress
    In reply to: Permalink Question
    Thread Starter mapper65

    (@mapper65)

    Finally got it! The Using “Pretty” Permalinks section worked. I swear I tried that before because it is simple enough to do. I’m wondering if restarting Apache was something I did this time that helped that may not have been in those instructions.

    Thanks for the help ClaytonJames.

    Forum: Fixing WordPress
    In reply to: Permalink Question
    Thread Starter mapper65

    (@mapper65)

    Using Filezilla the default value for .htaccess was 775. If I try and change it to 666 it goes to 664. If I change it to 777 it goes to 775. I’ve tried using both modifications and when I do and I select “Custom Structure” and press save, after pressing save, the screen refreshes and it goes back to month and name.

    Forum: Fixing WordPress
    In reply to: Permalink Question
    Thread Starter mapper65

    (@mapper65)

    I tried edited the .htaccess file with the following information:

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

    That did not work.

    I tried taking the .htaccess file that I had from my previous installation and

    That did not work.

    I tried creating a new empty .htaccess

    That did not work.

    I’m really surprised that nobody on here is smart enough to know the answer to this problem. There are a lot of similar answers on the web to this issue but none of them have worked.

    Forum: Fixing WordPress
    In reply to: Permalink Question
    Thread Starter mapper65

    (@mapper65)

    A little more information. When I click on Custom Structure, and clikc Save Changes, it goes back to Day either Day and Name or Month and Name.

    Thread Starter mapper65

    (@mapper65)

    Thanks, that did it. Had my blog folder in the wrong spot. Maybe I missed something but I didn’t see that anywhere but the document that you sent me the link to. Thanks again

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