Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Wpengine install #115
    HiveRocks
    Post count: 2

    Thank you 🙂

    in reply to: Wpengine install #105
    HiveRocks
    Post count: 2

    Hello Hassan,

    Thank you for your reply.

    Is this correct 🙂

    Name: Redirect catch all
    Domain: mydomain.com
    Source: ^/template/lib/(.*)
    Match args:
    Destination: /wp-includes/$1
    Redirect type: 301

    Name: Redirect catch all
    Domain: mydomain.com
    Source: ^/storage/(.*)
    Match args:
    Destination: /wp-content/uploads/$1
    Redirect type: 301

    Name: Redirect catch all
    Domain: mydomain.com
    Source: ^/ext/aa405a34/(.*)
    Match args:
    Destination: /wp-content/plugins/akismet/$1
    Redirect type: 301

    Name: Redirect catch all
    Domain: mydomain.com
    Source: ^/ajax
    Match args:
    Destination: /wp-admin/admin-ajax.php
    Redirect type: 301

    Name: Redirect catch all
    Domain: mydomain.com
    Source: ^/(readme\.html|wp-includes/$)
    Match args:
    Destination: /nothing_404_404
    Redirect type: 301

    Name: Redirect catch all
    Domain: mydomain.com
    Source: ^/(index\.php|wp-content/repair\.php|index
    Match args:
    Destination: /$1$2
    Redirect type: 301

    Name: Redirect catch all
    Domain: mydomain.com
    Source: ^/(.*).php$
    Match args:
    Destination: /nothing_404_404
    Redirect type: 301

    best regards,

    roy

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