Jump to content

Problem with index.html


Clibar

Recommended Posts

Hi Everyone,

My problem is that Internet explorer is not finding my homepage.This is because IE is going to www.mysite.com/index.html and my homepage is not there.When I use firefox everthing works fine because it just goes to www.mysite.com.

 

My site is http://www.boom.com.mt and my worldpress Permalink Settings are set to Post Name.

I searched the issue and apparently I need to do something with the .htaccess but I have no clue what to do.

Here below am pasting the current .htaccess file.

 

Your help is much appreciatedClif

 

My .htaccess is:

 

# Use PHP5.4 as defaultAddHandler application/x-httpd-php54 .php

# BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /RewriteRule ^index.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule>

# END WordPress

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...