I installed a wordpress blog using fantastico in the control panel. I would not display in a browser. The admin panel did but it would not allow a login.
Support said that the problem is in the htaccess file and it should be corrected or removed.
I removed it and the blog displayed but the admin panel still does not allow a login.
I went to simple scripts and installed a wordpress in a different directory on the same domain. I reinstalled the old htaccess file and the newly installed blog is working well. The first, in another directory on that domain, does not after I installed the htaccess file again.
What is wrong with this htaccess file? Or is it the installation process used by the control panel when it uses fantastico?
ErrorDocument 404 /404.html
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^italian-recipes-blog.com [NC]
RewriteRule ^(.*)$
http://www.italian-recipes-blog.com/$1 [L,R=301]