Jump to content

Clibar

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Clibar

  1. 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

     

×
×
  • Create New...