Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 404 Errors in Internet Explorer Only


319
Participant

@noyz319

I’m still getting the 404 about 95% of the time in IE. The front page of the forum usually loads, but clicking back and forth into some of the sub forums etc.. gives me a 404 pretty much every time, does this not happen for you in IE?

Not exactly sure what that command line response means, but in the forum directory there isn’t a .htaccess file, there used to be one in there when i had first tried to setup pretty permalinks, but i removed it that a few days ago when i found out bbpress + slugs + godaddy hosting does not work (which i don’t really understand but have given up on for now).

And our wordpress .htaccess file is pretty standard i think:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

A pretty large segment of our visitors use IE, so i don’t think we’ll be able to launch the forum as is with this error occuring.

Skip to toolbar