• My blog is at https://www.zaclohrenz.com/blog/.
    Basically my problem is, if you try to click on the title to read more (or link to the specific post), it gives you a 404.
    I tried changing my permalinks (thinking that was it) but kept getting .htaccess thing where it asks me to add stuff.
    If I add it to my root folder, the page never loads.
    If I add it to the blog folder, I keep getting 404’s.

    I am assuming it goes into blog, correct? I even left .htaccess blank, then chmod it to 777, and it still happens. The only way I can get the front page to stay up and running is to not even have a .htaccess file in blog. So how will I fix this problem?

Viewing 15 replies - 1 through 15 (of 19 total)
  • I am assuming it goes into blog, correct? I even left .htaccess blank, then chmod it to 777, and it still happens.

    Whatever the ultimate solution ends up being, do NOT leave your .htaccess with those permissions in the long term. The most ‘open’ permission your .htaccess should ever have is 644.

    And, just for educational purposes, chmod’ing a plain text file (which your .htaccess is) to 777 does nothing more than chmod 666. 777 is used for directory permissions OR for executable scripts (perl scripts, for example)

    Thread Starter zaclohrenz

    (@zaclohrenz)

    I realize that… I was just saying I went to the extreeme measures to make sure that it was writable, yet it still did not work.

    I’ve just come off a very similar problem (see this thread: https://www.ads-software.com/support/topic/96746)

    Turns out it was because my host upgraded to PHP 5.2. Apparently there are problems with WordPress and that version of PHP.

    Contact your host and see if you’ve recently been upgraded. If so, see if they’ll downgrade you to PHP 5.1 or lower.

    There may be another solution, but I’m not aware of it. (I just lost a day and a half on this, and as soon as my host put me back on PHP 4 the problem went away.)

    Thread Starter zaclohrenz

    (@zaclohrenz)

    I am running PHP Version 4.3.11 already…

    Thread Starter zaclohrenz

    (@zaclohrenz)

    Bump… Still no idea why this is happening.

    I am assuming it goes into blog, correct?

    Yes.

    There’s some good troubleshooting stuff at the Permalinks page, but first you might want to confirm with your host (who is your host, by the way?) that they have mod_rewrite and AllowOverride properly on and enabled.

    Thread Starter zaclohrenz

    (@zaclohrenz)

    My host is nobody you will have heard of, just an individual who owns a few servers in OR on optical connections.

    I can email and ask if they have mod_rewrite and AllowOverride on, but I have never had problems with this before… Before I did a re-vamp of the blog it worked fine. I wouldn’t suppose trying to change the permalink options and such within the Dashboard would cause this much trouble, I have tried all the permalink options and none of them work.

    Thread Starter zaclohrenz

    (@zaclohrenz)

    BUMP

    Do you have other rewrite rules in your htaccess besides the WP rules?
    If yes, what happens if you temporarily remove them?

    Thread Starter zaclohrenz

    (@zaclohrenz)

    I have one .htaccess kept in my root folder is the only other one I have tried doing anything with.
    All it is used for is error docs (which are getting hit frequently as a result of this permalink problem).

    WP needs its own .htaccess file in its folder – i.e. in “blog” in your case!

    Thread Starter zaclohrenz

    (@zaclohrenz)

    In reference to my original post:
    “I am assuming it goes into blog, correct? I even left .htaccess blank, then chmod it to 777, and it still happens. The only way I can get the front page to stay up and running is to not even have a .htaccess file in blog. So how will I fix this problem?”

    So, yes. I realize it goes into blog.

    I had the same problem, it took me one week of searching through these forums, if you are getting the 403 error or 404 error take a look at this page it helped me straight away.

    https://www.htaccesselite.com/htaccess/wordpress-permalink-403-error-vt171.html

    My problem was 403 error so I did what it recommended which was to insert this in my .htaccess file Options +SymLinksIfOwnerMatch above <IfModule mod_rewrite.c> and above this # BEGIN WordPress so it doesn’t get over written and my pretty permalinks /%category%/%postname%/%post_id% which resolve to https://test.dappastyles.com/about/ for my pages worked.

    Hope this helps.

    Hi,

    I have just uploaded the most recent version of WP: 2.3. I want to change the permalinks so that I have the title of my posts ‘allinurl’.

    When I deselect the ‘default’ permalink and select: Date and Name based, and then remove the all the coding prior to: /%post%/, save the changes and then check out the blog, the blog appears frozen in time. I try selecting the title, or the ‘read more here’ link, or any of the sidebar links and it always appears to revert back to the home page. Nothing appears to change.

    When I restore the default, everything is as it was.

    Any ideas about what is happening?

    Thx.
    Liz

    When I deselect the ‘default’ permalink and select: Date and Name based, and then remove the all the coding prior to: /%post%/,

    Don’t do that. If you select one of the given structures – do NOT touch it.
    If you want your own: select – custom.

    And before doing anything, read: Using_Permalinks
    (hint: that one tag might be not enough for WP…)

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Permalink Problems’ is closed to new replies.