mapper65
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink QuestionFinally 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 QuestionUsing 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 QuestionI 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 QuestionA 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.
Forum: Installing WordPress
In reply to: Cannot Get WordPress Install to StartThanks, 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