raptorstalkcom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customizing Permalink StructureThanks 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.
Forum: Fixing WordPress
In reply to: Customizing Permalink StructureThe 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.
Forum: Fixing WordPress
In reply to: Customizing Permalink Structureok, 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 + dpretty permalinks still don’t work. what did i do wrong?
Forum: Fixing WordPress
In reply to: Customizing Permalink Structureit 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 🙁
Forum: Fixing WordPress
In reply to: Customizing Permalink StructureThanks 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 Bloghttp://www.raptorstalk.com. Guess it would be usefull to include a link.