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.
Can you post the contents of your .htaccess file??
knutnaegele
Member
Posted 1 year ago #
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.
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
knutnaegele
Member
Posted 1 year ago #
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.
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.
Very good!
Glad you are back up and running!