Home Forums WordPress Plugins Hide My WP Redirects on WPEngine

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1536
    alfgago
    Post count: 1

    Can you help me step by step on what to do with redirections to make this work with wpengine? I just can’t get this to work, page looks all bugged when I activate plugin.

    I have reached this part already: http://awesomescreenshot.com/0bb40dgm8e

    But I have no idea what rules should I be adding here
    I have seen the FAQ already, but I still don’t know what to write on each line

    #1538
    Suman M.
    Post count: 12478

    Hi, I hope you have gone through the FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17669
    Please follow the steps one by one as described there. If you are still having the issue, do let us know your site details (as private message) so that we can have a look at it.

    #1581
    alfgago
    Post count: 1

    Yes, I said in my post that I have gone through the faq, but the form has many inputs, I don’t know what to write in redirect form

    #1582
    Suman M.
    Post count: 12478

    Hi,
    For example, if you have the list like below (in your site’s HMWP settings page):
    rewrite ^/mywp/template/lib/(.*) /mywp/wp-includes/$1 last;
    rewrite ^/mywp/storage/(.*) /mywp/wp-content/uploads/$1 last;
    rewrite ^/mywp/ext/aa405a34/(.*) /mywp/wp-content/plugins/akismet/$1 last;
    rewrite ^/mywp/ajax /mywp/wp-admin/admin-ajax.php last;
    rewrite ^/mywp/(readme\.html|wp-includes/$) /mywp/nothing_404_404 last;
    rewrite ^/mywp/(index\.php|wp-content/repair\.php|index\.php|wp-admin/)(.*) /mywp/$1$2 last;
    rewrite ^/mywp/(.*).php$ /mywp/nothing_404_404 last;

    then add each of these redirect rules in your wpengine.

    For example, for the first rule above, add following into wpengine:
    Source: ^/mywp/template/lib/(.*)
    Destination: /mywp/wp-includes/$1 last

    Click ‘add another’ to add all the rules, and save them

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

You must be logged in to reply to this topic.