Forums

Problem: Front page goes to URL of specific page (9 posts)

  1. knutnaegele
    Member
    Posted 1 year ago #

    I just created a page on my blog, and now suddenly the front page of my blog kind of redirects to the URL of that page.

    My blog has this URL: http://ipadnyt.dk/ but it goes automatically to this URL: http://ipadnyt.dk/top-300-over-mest-downloadede-apps-til-ipad-i-danmark (wich is emty because I deleted the page).

    How can I solve the problem and get my normal frontpage with blogentrys back?

    Please help me! Thanks in advance.

  2. Nalco
    Member
    Posted 1 year ago #

    Can you post the contents of your .htaccess file??

  3. knutnaegele
    Member
    Posted 1 year ago #

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

  4. Nalco
    Member
    Posted 1 year ago #

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

  5. knutnaegele
    Member
    Posted 1 year ago #

    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

  6. knutnaegele
    Member
    Posted 1 year ago #

    I have automatically updated to WordPress 3.0.4

  7. Nalco
    Member
    Posted 1 year ago #

    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.

  8. knutnaegele
    Member
    Posted 1 year ago #

    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.

  9. Nalco
    Member
    Posted 1 year ago #

    Very good!

    Glad you are back up and running!

Topic Closed

This topic has been closed to new replies.

About this Topic