First, thanks for such a great plugin! It helps me keep my website safe.
Second, earlier I went to a Theme detector website, and it could detect the name of my template. So I went to the Hide My WP options and entered in the world “template” to change my template path and told it to name my template the same as my web address.
Now my site won’t come up, and I see this in the .HTACCESS file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule ^template/JDWeb Solutions\.com //index.php?style_wrapper=1 [QSA,L]
RewriteRule ^template/(.*) /wp-content/themes/twentyfifteen/$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
The host says it is .HTACCESS file where the problem is. Nothing seems to work, even removing the two lines that Hide_my-WP added.
Help! Any ideas? I will send a private message with the FTP info next!
Regards,
JD