Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter raptorstalkcom

    (@raptorstalkcom)

    Thanks for the help Otto42, everything you said to do was correct. The webhost had to enable some sort of overwrite or something, I didn’t understand. Great help though. Good karma dude.

    Thread Starter raptorstalkcom

    (@raptorstalkcom)

    The root install directory for wordpress is also the root of my server (www.raptorstalk.com). Apache permissions are 444. I don’t know how to check if apache checks the .htaccess file. I didn’t misname the file, and it is saved correctly.

    Thread Starter raptorstalkcom

    (@raptorstalkcom)

    ok, so this is what i did. i turned on pretty permalinks in options. i ssh’d into my server, went to the root install directory for wordpress, i typed in:

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

    pretty permalinks still don’t work. what did i do wrong?

    Thread Starter raptorstalkcom

    (@raptorstalkcom)

    it actually might have something to do with the .htaccess file. i don’t seem to have one in my server, and when i make that change in options>permalinks, it tells me to update that file. what the heck do i put in it? i don’t even know what an .htaccess file does 🙁

    Thread Starter raptorstalkcom

    (@raptorstalkcom)

    Thanks Otto, I actually did that, but when I go back to my tag, the articles that have been published don’t work. The link points to the new permalink structure, but the articles are only accessible via the old permalink structure. It does not update the urls automatically. it is very weird.

    Forum: Your WordPress
    In reply to: Raptors Blog
    Thread Starter raptorstalkcom

    (@raptorstalkcom)

    http://www.raptorstalk.com. Guess it would be usefull to include a link.

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