Forum Moderators: open

Message Too Old, No Replies

404 on start page

Other pages works thought

         

lukasmattsson

12:01 pm on Apr 29, 2009 (gmt 0)

10+ Year Member



I have a severe problem with a Wordpress installation. I get a 404 not found error when I visit the start page, but all other pages work fine. If I manually append the page name "startsidan" (start page in Swedish), the start page also work fine.
My .htaccess is
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

[edited by: ergophobe at 5:05 pm (utc) on April 29, 2009]
[edit reason] URL deleted - no personal URLs please [/edit]

ergophobe

5:10 pm on Apr 29, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld Lukas!

Do you have the

DirectoryIndex index.php

directive set in your httpd.conf or .htaccess?

Install the HTTPLiveHeaders extension in Firefox and have a look at what Request headers are being sent. That might help too.

lukasmattsson

1:59 pm on May 2, 2009 (gmt 0)

10+ Year Member



Thanks for your response.
I've solved the problem by disabling the plugin Redirection.

Best regards, Lukas

ergophobe

4:49 am on May 4, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Ah.... important detail.

Generally, that plugin (and pretty much any plugin John Godley writes) is solid and well-maintained. If it's an issue with the plugin, rather than your setup, I've found him to be quite helpful.