Problem Internet explorer and mysite/index.html
-
Hi everyone,
Internet explorer is not finding my homepage.
This is because IE is going to https://www.mysite.com/index.html and my homepage is not there.
When I use firefox I have no problems because it just goes to mysite.com.My site is https://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 file.
Your help is much appreciated
ClifMy .htaccess is:
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php# 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
- The topic ‘Problem Internet explorer and mysite/index.html’ is closed to new replies.