Is this a normal .htaccess file?
-
I’ve redesigned my site using a TwentyEleven child theme and now suspect my site might have been hacked. Within the last week a friend reported that they got a virus while visiting the site through Internet Explorer, and I myself got a virus when using IE to check my site after she reported the problem. The viruses on my computer have been removed, but I’m trying to verify that my site is safe. In checking my .htaccess file to make sure it hasn’t been tampered with, I found this:
# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .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
Are the first two lines correct?
I’m keeping my site in Maintenance Mode until I can be sure that it’s safe for visitors, but here’s a link: janiechristensen.com
Thank you,
Janie
- The topic ‘Is this a normal .htaccess file?’ is closed to new replies.