• Hi All,
    Been playing with WP for a long time, and never really encountered any trouble with it. But today is different.
    Have been asked by a friend to sort their wordpress out, and me being me said “yeah sure, no worries!”.
    Wish I hadn’t!

    So to the problem.
    Wordpress 2.84, freshly installed.
    Got Mod rewrite installed, and the allow overides is on “all” and .htaccess is in the webroot, is writeable, and wordpress can write to it. So I trust that works. I have conducted a mod_rewrite test with some files I use to test, and indeed the server does respond as it should do.
    I have created a series of pages, and the permalinks are set to http://www.mydomain.com/about or /home or whatever, and in permalinks structure settings I have it set to custom: %postname%/
    All I get when I view a page, is the template, with a 404 error, “page no longer exists” in it. I switch off permalinks, and visit the page with the /p=13? (eg ;)) url and sure enough our data is there.
    So what to do, I turn my hand to the might of the WordPress support forums and beg for assistance…..Im very sad….. πŸ™

    Thanks in advance all, any help will be greatly appreciated.

    Jim

Viewing 15 replies - 1 through 15 (of 17 total)
  • Same kind of help needed here

    Thanks…

    Thread Starter jimothyinnothy

    (@jimothyinnothy)

    Hi Greatbig. Be sure you have your server set up correctly, I am damn sure mine is, hence the post here. If your server does not have its apache config entries setup correctly, then you will get this error…….
    Is it your own server or shared hosting?

    Tried with FollowSymLinks? Or do you have this in your htaccess already?

    Further info:
    http://httpd.apache.org/docs/1.3/mod/core.html#options

    Thread Starter jimothyinnothy

    (@jimothyinnothy)

    Hi,
    Thanks for the respons, the contents of the htaccess file are as follows:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Which is what I found on the wordpress support site, and what wordpress writes to the file itself if given teh opportunity.
    Can you give me a few pointers on the follow symlinks route? Not too familiare with that.
    TIA

    J

    Place this above the WordPress stuff..

    Options +FollowSymlinks

    ..and see if that helps..

    Thread Starter jimothyinnothy

    (@jimothyinnothy)

    No joy sadly. πŸ™

    Try without the + infront of FollowSymLinks.

    I’m using wpmu and I am an HTACESS, PERMALINKS, FOLOOWSYMLINKS newb to the gills…

    and I’m scared…

    I host via Dreamhost

    SOOO close to getting everything working, and it all goes down hill so fast..

    ugh

    Is it not clear what you would do based on what’s posted above?

    Thread Starter jimothyinnothy

    (@jimothyinnothy)

    Greatbig, I would get on to dreamhost and check apache is configured correctly first.

    t31os, that had no effect either πŸ™

    If WordPress is in a sub-directory, any htaccess files in parent folders will have an effect, so if you’re using a sub-directory, check if the parent directories have a htaccess file, and if so see if removing/renaming it temporarily helps.

    Or perhaps it would be benefitial to speak with your host, telling them you are having a problem using Symbolic Links.

    There shouldn’t be any need to mention that you’re using WordPress, just simply that Symbolic Links won’t work, they should be able to advise you on how to use Symbolic Links with their service.

    Thread Starter jimothyinnothy

    (@jimothyinnothy)

    Is that for me?lol
    Too confusing, two support requests in one ticket!

    The server is my own, and symlinks do work, I am using them all over the place, so I dont think it is that, although I am willing to be proven wrong. The installation is in the doc root, not in a subdirectory. This is why I am stumped, this *should* work.

    This may sound silly, but you tried re-setting your permalinks..

    Re-setting, not resetting… as in, changing them to something else, saving them, and then reapplying the new settings again..

    Thread Starter jimothyinnothy

    (@jimothyinnothy)

    Nope, but will give it a go now πŸ™‚

    Thread Starter jimothyinnothy

    (@jimothyinnothy)

    Nope, no joy there either.
    This really is baffling. Its either going to be something stupidly complicated or really stupidly simple.

    πŸ™

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Page permalinks – Mod rewrite not this issue (i think)’ is closed to new replies.