Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Error after editing link / admin #23205
    kaoberinc
    Active
    Post count: 19

    no problem with link path. Please help me activate HMW plugin and make it work properly with wordpress mutilsite bitnami. This plugin is hard to use, I have done it all the way.

    in reply to: Error after editing link / admin #23204
    kaoberinc
    Active
    Post count: 19

    no problem with link path. Please help me activate HMW plugin and make it work properly. This plugin is hard to use, I have done it all the way.

    in reply to: Error after editing link / admin #23178
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    in reply to: Error after editing link / admin #23157
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    in reply to: Error after editing link / admin #23146
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    in reply to: Error after editing link / admin #23144
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    in reply to: Error after editing link / admin #23142
    kaoberinc
    Active
    Post count: 19

    s

    • This reply was modified 6 years, 3 months ago by kaoberinc.
    in reply to: Error after editing link / admin #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

    in reply to: Error after editing link / admin #23123
    kaoberinc
    Active
    Post count: 19

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

    in reply to: Error after editing link / admin #23104
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
    in reply to: Error after editing link / admin #23103
    kaoberinc
    Active
    Post count: 19
    This reply has been marked as private.
Viewing 11 posts - 1 through 11 (of 11 total)