woordenaar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’@wahwebmommy: youre server specs are okay, so is your database. It has to be something in your WP settings, so check and re-check all your settings start with default settings and all plugins off, and then step by step turn things on.
Takes another hour…Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’No, there’s nothing wrong with your database. If it were, it wouldn’t work with the “ugly” permalinks.
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’That change is correct.
Any plugins that could interfere? (just to make sure that thats not the problem)
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Skip that first
RewriteEngine On
I tried index.php/ but thats was causing the error, now I use the index.php/_/ and that works fine for me, leaving it blank makes it look like index.php/category
We’ll get this fixed.Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Yes! I’ve got it working!!!
On Options > Permalinks, is a section “Optional”. It’s not SO optional. After upgrading it mentioned for category’s index.php/file (I’ve got the PATHINFO permalinks), I don’t want “files” so I altered that to index.php/ Now that I’ve changed to index.php/_/ (or leave it blank which gives the standard “Category” subpath), its all working again.
So use this code in your .htaccess, check your Category Base (and maybe you’re Tag Base) and let me know of it works.# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’I’ve got another blog on the same server, but not upgraded to 2.3. That one works fine. So I guess there’s some sort of minor bug in 2.3
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Maybe a bug in combination with server specs…
@wahwebmommy: did you try to manualy place the code into the .htaccess? I did, but even that failed me…Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Silly thing is: permalinks for category is working fine, but rss and individual permalinks don’t work
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’same problem over here, before upgrading it worked fine, after the upgrade it broke.
Forum: Installing WordPress
In reply to: WordPress database error: SELECT * FROM wp_categoriesOverwriting the files like the short Three Step Upgrade says doesn’t work in this case. Removed all files and uploaded the files again. Now it works fine. Case closed. (thanx MichaelH for pointing in that direction)
Forum: Installing WordPress
In reply to: WordPress database error: SELECT * FROM wp_categoriesForum: Fixing WordPress
In reply to: Comments not working–won’t postI think its comment preview and/or js_quicktags-mini thats causing the problems
Forum: Fixing WordPress
In reply to: Trackbacks: Don’t Work and Replacing “Functions.PHP” is no HelpSame problem here. Unfortunatly I do recieve some trackbackspam dispite several plugins…