Viewing 8 replies - 1 through 8 (of 8 total)
  • Can you post the contents of your .htaccess file??

    Thread Starter knutnaegele

    (@knutnaegele)

    Where and how do I find it? Can I find it with a normal FTP-program?

    Yes, you can access it through FTP. Look in your Public HTML folder. Then open it notepad.

    Thread Starter knutnaegele

    (@knutnaegele)

    Here it is:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter knutnaegele

    (@knutnaegele)

    I have automatically updated to WordPress 3.0.4

    Hopefully that will fix it.
    You dont have some weird redirection plugin running do ya?

    I was expecting you have a 301 redirect in your .htaccess, but you do not.

    Thread Starter knutnaegele

    (@knutnaegele)

    I had the plugin redirection running. Just disappleled it, and now there are no problems any more.

    Thank you very much:-) Without you it could have been a long night here.

    Very good!

    Glad you are back up and running!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Problem: Front page goes to URL of specific page’ is closed to new replies.