Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter annerjen

    (@annerjen)

    Well, I went back to Hostgator and got a different support person. Apparently the problem was that there was no .htaccess file. Once this was added with the following contents, it worked perfectly.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    good day,

    I have same problem with annerjen, I use your code but nothing happens.
    I also use hostagtor cPanel. I am new to this staff, I would like to ask your idea of it.

    Thank you..

    What is the full title of the htaccess file and where do you put it?

    I paste your code on the htaccess file, but before that my htaccess was empty.

    Ohw sorry its the code given by annerjen

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New installation – unable to access wp-admin’ is closed to new replies.