• Resolved AskFred

    (@askfred)


    hi,

    I’m having a serious problem with my newly installed website. I cannot access the frontend nor the backend. The site is on a sub-domain. http://axdalflyt.uk.tn

    I worte to the hosting company and they said its a misconfiguration issue and something to do with the .htaccess file.

    Kindly have a look at the .htaccess file and let me know if any issues are there and what should be the actual.

    <b># 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
    </b>

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    That’s a standard WordPess .htaccess file; I see no problems. When I look really closely at the headers going back and forth when fetching your site, I see that an attempt to fetch favicon.ico, which should probably get a 404 error, is a 302 redirection to “parked-domain.org”.

    I think there’s something wrong with your hosting setup.

    Thread Starter AskFred

    (@askfred)

    Ok, thanks for let me know. I’ll ask my hosting for help on this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can't Access Website’ is closed to new replies.