vocino
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress not writing to .htaccess for Permalinks?Do you have “index.php” in your “WordPress Address” or “Blog Address” fields in the Options > General admin?
If so, take it out and make it just the directory/
Forum: Everything else WordPress
In reply to: /Êtegory%/%postname% Permalink Custom Structure not workingThe only way Google is going to index your /BLAH/ type pages are if you link to them. Google doesn’t automagically start inserting directories in URLs in an attempt to check to see what works and what doesn’t. So… don’t link to them.
Also, it’s generally not recommended to have no numeric variable in your permalink structure. Put the post ID, the day, or something.
As per: http://codex.wordpress.org/Using_Permalinks#Using_only_.25postname.25
Forum: Fixing WordPress
In reply to: <BR> Mangling in WordPressIn HTML the <br> tag has no end tag.
In XHTML the <br> tag must be properly closed, like this: < br / >
However, if you recently upgraded to 2.2, I believe there are some major linebreak issues going on with the editor.
Forum: Installing WordPress
In reply to: old index.html still showing up everywhereIf you edited your .htaccess manually, it’s almost certainly the issue.
I recommend deleting your .htaccess file and having WordPress create it for you.
Options > Permalinks