Home Forums WordPress Plugins Hide My WP Error after editing link / admin

This topic is: not resolved

Tagged: 

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #23088
    kaoberinc
    Active
    Post count: 19

    This is our website is admin path after installing Hide My WP and admin link configuration. http://airpio.com/ http://airpio.com/admincongty I did change “AllowOverride None” to “AllowOverride All” in httpd-app.conf file to use the .htaccess file. But I still can’t edit error. It still happen, tell me the cause and how to fix it.

    It is Bitnami WordPress Mutilste for Amazon Web Service

    #23089
    Suman M.
    Post count: 12478

    Hi, it seems like the htaccess is not active yet. Can you please attach httpd configuration file as text file (above the attachment failed because of invalid file type). Also post here your site’s htaccess content after you have added HMWP rules to it.

    • This reply was modified 6 years, 3 months ago by Suman M..
    #23103
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    #23104
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    #23120
    Suman M.
    Post count: 12478

    The WP rules in htaccess is not for WP multisite. Please check here for correct one – https://codex.wordpress.org/htaccess

    #23123
    kaoberinc
    Active
    Post count: 19

    Can you talk more clearly? Not clear at what point?
    I need to fix this error.

    #23125
    kaoberinc
    Active
    Post count: 19

    I changed file htaccess in your instructions as following, but error occurred.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    # BEGIN Hide My WP

    RewriteRule ^other/js/embed\.min\.js /wp-includes/js/wp-embed.min.js?ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^other/(.*) /wp-includes/$1?ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^file/(.*) /wp-content/uploads/$1?ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^ext/(.*) /wp-content/plugins/$1?ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/([_0-9a-zA-Z-]+)/main\.css /index.php?style_wrapper=true&template_wrapper=$1&ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/([_0-9a-zA-Z-]+)/style\.css /nothing_404_404?ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^skin/(.*) /wp-content/themes/$1?ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^ajax /wp-admin/admin-ajax.php?ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^inc/(.*) /wp-content/$1?ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^(readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$) /nothing_404_404?ddd_hide_my_wp=1234 [QSA,L]
    RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?ddd_hide_my_wp=1234 [QSA,L]

    # END Hide My WP
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    </IfModule>

    # END WordPress

    #23131
    Suman M.
    Post count: 12478

    Hi, can you please let us know your site’s wp-admin login details, FTP/server details so that we can look into it further. Thanks!

    #23142
    kaoberinc
    Active
    Post count: 19

    s

    • This reply was modified 6 years, 3 months ago by kaoberinc.
    #23144
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    #23146
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    #23151
    Suman M.
    Post count: 12478

    “kaoberco.pem” was not attached as the file type is not permitted. Can you please attach it as Zip file?

    #23157
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    #23172
    Suman M.
    Post count: 12478

    I could login via SFTP now – https://www.screencast.com/t/hTjCGcFf7
    Can you please let me know the locations/paths of your site’s wordpress installation, htaccess, etc.?

    #23178
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.