Home Forums WordPress Plugins Hide My WP Server Error 500 after changing template name

This topic is: not resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3771
    wpWave
    Post count: 1

    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

    #3772
    wpWave
    Post count: 1
    This reply has been marked as private.
    #3779
    Suman M.
    Post count: 12478

    Hi, it says Invalid username for wp-admin login. Can you please check?

    Also, try following steps:

    – goto HMWP start tab and click “reset settings to wp” button
    – in Start Tab, select ‘Medium Privacy – More Compatibility’ scheme and then ‘Save Settings’

    Note: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writeable.

    Let us know.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.