• Resolved eppieness

    (@eppieness)


    A bit thick here, am I putting the extra code in the right place? Not used to this level of code! Thanks to anyone prepared to help me out in plain English 🙂

    # BEGIN WordPress
    # The directives (lines) between “BEGIN WordPress” and “END WordPress” are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    RewriteEngine on
    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule ^(.*) – [E=HTTP_AUTHORIZATION:%1]
    SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bagus

    (@contactjavas)

    Hi @eppieness , thanks for asking 🙂

    It looks like your .htaccess content already positioned properly. Well, I used to put this plugin’s htaccess rule before WordPress rule (the opposite of yours).

    Do you experience issue with this plugin? You might want to visit our Discord channel if you need faster response.

    Best,
    Bagus

    Thread Starter eppieness

    (@eppieness)

    yes, will use the Discord channel, many thanks

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

The topic ‘positioning code on .htaccess’ is closed to new replies.