amchambers
Forum Replies Created
-
I’m having the same problem. My homepage works, but none of the other work, neither posts or pages.
I’ve checked and updated my permalinks and they are correct.
I’ve updated my .htaccess code to be:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
I’ve tried nearly every suggestion on this forum regarding this seemingly long-term issue with WP, but nothing has worked. I’m looking for some serious help … please give me any suggestions you can. ??
Forum: Fixing WordPress
In reply to: Upgraded to 3.2, now "No Input File Specified" for entire siteStrange, the only thing that I changed is doing the 3.2 upgrade, nothing else is new. Hmmmmm
Forum: Fixing WordPress
In reply to: Upgraded to 3.2, now "No Input File Specified" for entire siteOK, tried that, but still doesn’t work
Forum: Fixing WordPress
In reply to: Upgraded to 3.2, now "No Input File Specified" for entire siteOops, the .htaccess file begins with:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Sorry, I accidentally copied the viewer info.
Forum: Fixing WordPress
In reply to: Upgraded to 3.2, now "No Input File Specified" for entire siteStrangely, I have 2 now, one entitled .htaccess and a second one entitled .htaccess 2.
The .htaccess file includes:
close edit hex TEXT viewer: /mailmeacake.com/.htaccess
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
The .htaccess 2 file includes:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Ideas?
Forum: Fixing WordPress
In reply to: Upgraded to 3.2, now "No Input File Specified" for entire siteThanks lpstenu, I just rried after reading your message, but no luck. I still get the “No Input File Specified” message.
Any other ideas?