wahwebmommy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’It seems like too much to be just a coincidence with all of us w/ the same problems and same/similar hosting specs… Is there any way we can contact WP directly for support on this?
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Yup, I did that too – when I went back to scratch and reinstalled, I did it with zero plugins and the default template, etc. Tinkered around with different permalink settings, but nothing worked, so I put it back to the way it was (theme, plugins, etc.)
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Well, your right – that didn’t work. At least I can’t say I didn’t try everything, lol. That’s another hour I’ll never get back 😛
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’I just disabled all of my plugins and went back to the default theme, but still no go.
I wonder if it would help if exported my post info… deleted everything incl the databases and start over from scratch?
ugh!
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Thanks so much for your help!
Still a no-go, though. I notice when I type in
index.php/_/It changes it to:
index.php/_Still gives the No input file specified error.
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’That’s awesome – congrats! 😀
Maybe I’m not doing this right, but it didn’t work for me, though. 🙁
Under Common Options, I’ve selected “Date and Name Base” which displays this in the custom field:
/index.php/%year%/%monthnum%/%day%/%postname%/Then down in the Options: Category field, I tried both of the following options:
index.php/also tried
index.php/_/I also put the code you pasted above into my .htaccess file. I already had a RewriteEngine On line – the hosting company said this should be the first line, but don’t know if it’s necessary since it’s repeated in the code below. My entire .htaccess file looks like this:
RewriteEngine On # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressStill no luck though…. Hopefully it’s something quick and easy that you can see I’m doing wrong? Help!
TIA
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Do you have similar server specs as I do?
The strange thing about the code is it doesn’t give me the code, because it acts as if it did it successfully. I did find several sample codes doing searches online. I must have tried at least 4-5 of them (manually into .htaccess) but still no luck.
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Think it’s a bug with 2.3? This was a fresh install (I setup hosting within a day or two after 2.3 came out, so it was started from scratch… although I did import the content from my wordpress.com hosted blog).
It’s seriously driving me nuts trying to figure it out, lol.
Forum: Fixing WordPress
In reply to: Permalink not updating .htaccess “no input file specified’Anyone?