Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#12324 closed defect (bug) (duplicate)

Broken .htaccess File Created By WP 2.9.2

Reported by: magblogapi's profile magblogapi Owned by: ryan's profile ryan
Milestone: Priority: normal
Severity: normal Version: 2.9.2
Component: Permalinks Keywords:
Focuses: Cc:

Description

The attached .htaccess file was generated by WP this morning.

Line 21 is the offending line. Needless to say, it crashed the whole domain (Error 500). At first, I thought it was a hack, but I now think that it was probably a bug in WP.

I'm not going to spend time trying to reproduce it. For all I know, it was created by a hack attempt, but I don't know. There are almost no users on the site.

It may be mixed with Role Scoper.

I have the latest versions of both WP and Role Scoper installed. I reported the issue to Role Scoper.

It probably rarely happens, but when it does, it screws up the entire server.

Attachments (2)

broken.htaccess (5.9 KB) - added by magblogapi 15 years ago.
This is the .htaccess file that was broken -line 21 is the bad line. Looks like a partial repeat.
broken.htaccess.feb22.txt (219.9 KB) - added by magblogapi 15 years ago.
This one displays an endless loop. I am sending it to the author of Role Scoper, as well as a pointer to this discussion.

Download all attachments as: .zip

Change History (15)

@magblogapi
15 years ago

This is the .htaccess file that was broken -line 21 is the bad line. Looks like a partial repeat.

#1 @sivel
15 years ago

  • Keywords .htaccess rewrite engine removed
  • Milestone Unassigned deleted
  • Priority changed from high to normal
  • Resolution set to invalid
  • Severity changed from major to normal
  • Status changed from new to closed
  • Version 2.9.2 deleted

I cannot reproduce this error. Please use http://wordpress.org/support in the future for support.

Closing as invalid.

#2 @miqrogroove
15 years ago

  • Resolution invalid deleted
  • Status changed from closed to reopened

It seems premature to say invalid. At least consider marking as duplicate of #11903.

#3 @miqrogroove
15 years ago

  • Milestone set to Unassigned
  • Version set to 2.9.2

#4 follow-up: @magblogapi
15 years ago

Okee-Dokee. Whatever you guys like.

It certainly looks like it could be the result of a threading error. As someone who regularly writes and works with high-performance threaded C++, I can see the sense in that.

It really happened, and it really crashed the whole domain. No content was created by me (the only user of the CMS), so it well could have been the result of some housekeeping routine from a plugin; executed by a site visitor, or even a hack attempt. It's in the Role Scoper section, but it could have been something like the sitemap generator or a spamcatcher.

I'm not in the habit of entering invalid bug reports. I regularly have to submit and respond to reports in a Japanese QC system, and those folks don't play around.

I wasn't going to bother reporting it for the same reason that I don't bother reporting the many, many Joomla errors I encounter. They don't want to hear it, and you guys weren't exactly warm and fuzzy when I was participating in the beta a couple of years ago. I've gotten in the habit of writing workarounds into my Joomla plugins. I have yet to have to do that with any WP or Drupal plugins. I'm usually very happy with the quality of the engines. I'm pretty sure that this may be a plugin collision of some kind, but I figured that you should know about it so you have some stats on it. I'm not expecting a fix from this report.

I'd really like to be of more help, but the system doesn't seem to encourage it.

#5 in reply to: ↑ 4 @miqrogroove
15 years ago

Replying to magblogapi:

It's in the Role Scoper section, but it could have been something like the sitemap generator or a spamcatcher.

Very unlikely. Most plugins don't screw around with $wp_rewrite, whereas Role Scoper has an entire file dedicated to that purpose. Role Scoper is explicitly loading /wp-admin/ files and setting $hard = TRUE, which causes the htaccess file to get flushed in addition to the internal rules. I would bet the author of that plugin had no idea it wasn't thread safe.

#6 @magblogapi
15 years ago

I'll let Kevin know.

It just happened again.

Looks like we have an endless loop.

Look at this morning's .htaccess file.
--

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# BEGIN Role Scoper
RewriteEngine On

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule
(.*) - [E=HTTP_AUTHORIZATION:%1]

# END Role Scoper

</IfModule>

# END WordPress

#7 @magblogapi
15 years ago

Sorry. Can you delete that comment (I can't)? I missed the attach link at the top. I'll attach it there.

@magblogapi
15 years ago

This one displays an endless loop. I am sending it to the author of Role Scoper, as well as a pointer to this discussion.

#8 @technosailor
15 years ago

I don't really see how this is a WP issue. It seems obvious it's a Role Scoper plugin issue. In which case, this is not the place to report the problem. Talk to the plugin author.

#9 @nacin
15 years ago

  • Milestone Unassigned deleted
  • Resolution set to invalid
  • Status changed from reopened to closed

Closing as invalid. There's also #11903, so it could be considered a duplicate of that, but this plugin may be doing more damage than just not being thread-safe.

#10 @kevinB
15 years ago

  • Cc kevinB added
  • Resolution invalid deleted
  • Status changed from closed to reopened

It does appear that Role Scoper triggers redundant calls to $wp_rewrite->flush_rules, though this is the first I've heard of it through 36,000 downloads. I do have some legitimate reasons to update the .htaccess file, and can describe those if you want. I am treating this as a potential misuse of the WP API on my end, and looking into it.

However, I would like to clarify my usage and argue that the symptoms suggest that there is also a WordPress defect here.

  • The WP_Rewrite::flush_rules is documented as a public method, and Role Scoper is not the only plugin which "screws with it". NextGEN Gallery is another.
  • $hard = TRUE is the default argument value for $wp_rewrite->flush_rules(). It is also used in wp-admin/options-permalink.php, and by other plugins (such as NextGEN) that need to force an update to .htaccess. By passing the $hard=TRUE explictly, I just guard against future changes to the default value.
  • The explicit file.php include is there mainly because I ran into some situations where WP had loaded misc.php but not file.php. The result was that save_mod_rewrite_rules() failed with a bad get_home_path() call. Since I couldn't pin down the exact conditions, I added those includes rather than annoy you with a plugin-related symptom. In most wp-admin situations, those files are both already loaded. I don't think a harmless / needless file inclusion makes a subsequent $wp_rewrite->flush_rules() call illegitimate.
  • Is $wp_rewrite->flush_rules() supported API or not? Even if I call flush_rules() too many times, WP's internal functions are ultimately responsible for the duplicate # BEGIN WordPress ... #END WordPress blocks. At least, as miqrogroove suggested for #11903, skip the .htaccess modification (or temp file generation) if the live .htaccess contents are the same as current. That would make this ticket a duplicate report of a legitimate WP defect.
  • I will admit some ignorance of what multi-threading is being done that pertains to this. Can someone link some info on that for the benefit of me and any other plugin devs who tend to exercise the lesser-used portions of the API?

So I'm lobbying to modify the conclusion of this ticket from "inept and dangerous plugin developer" to (a) "ambitious plugin developer has really exercised the API but pushed this button too many times" and (b) WordPress devs admit some small weakness in the API and fix that to handle unexpected calls without catastrophic system failure.

nacin, if you have observed specific problems with Role Scoper, please submit them to the Role Scoper support forum or wordpress.org. Your "may be doing more damage" speculation here isn't relevant or helpful.

#11 @nacin
15 years ago

Hi kevinB,
Thank you very much for the helpful and detailed insights here.

Using $wp_rewrite->flush_rules() is fine, in fact encouraged and necessary to do in many situations. Generally in a very basic plugin, you would set up your rules on activation and flush the rules then. You would also set up the rules on an early action such as init but not flush the rules. As long as you're setting them up each time, then if something else flushes the rules, your rules will be included in the rebuild. That is again very basic and without looking at Role Scoper I imagine there's more to it.

Just judging from the symptom -- that it's tough to load this page on a half-decent internet connection -- it sounded like $wp_rewrite was being used incorrectly. (Hypothetically it seems even a perfect use of $wp_rewrite could cause a thread-safe issue seen in #11903.) That may be compounded with problems (#11903) hence why it didn't matter much whether it was closed as a duplicate or invalid. So that's all I meant.

Accidental recursion happens :) I don't think any of us meant to characterize you or the plugin as dangerous. I haven't looked at the plugin, but I will do so at this point, and if I see anything I'll drop you a note, or if it's helpful to this ticket or #11903 I'll leave a comment.

I think its safe to mark this as a duplicate of #11903 (perhaps different symptoms, but same fix) but we can leave it open for now.

#12 @kevinB
15 years ago

Okay, no hard feelings. If I am overly defensive it's just because I've put an enormous amount of time into a plugin that has thousands of users but only one active technical advocate. Despite developing and supporting a broad layer of features, I am perpetually vulnerable to the anonymous and non-descript "broken" vote whenever a single feature malfunctions (or appears to malfunction) on any WP configuration. This is the context of my protest at the "may be doing more damage" comment. I'd like to develop more of a team-like relationship with WP core contributors, but haven't attained that yet.

magblogapi sent me some info on his configuration. It looks like in this case there is another plugin which calls $wp_rewrite->flush_rules() unconditionally at plugin init. So my theorized sequence of events, when 2 or more site accesses occur simultaneously, is:

  1. other plugin triggers .htaccess update at every site access
  2. Role Scoper hooks the mod_rewrite_rules filter to append its custom rules
  3. WordPress function insert_with_markers checks contents of .htaccess midway through another pending update process. Since .htaccess is partially written, BEGIN / END markers are not found so the content is appended redundantly instead.

So this is not so much a multi-threading issue as a multi-access issue, as described in #11903.

It doesn't really matter to you which plugin is calling $wp_rewrite->flush_rules() on every site access. I've done it before, and might make that mistake again in the future. The main point is that if the WP API is right, simultaneous / redundant calls to $wp_rewrite->flush_rules() should manifest as a performance hit or a temporary 500 error, not a permanent 500 error.

#13 @nacin
14 years ago

  • Resolution set to duplicate
  • Status changed from reopened to closed

I feel this is safe to mark as a duplicate of #11903.

Note: See TracTickets for help on using tickets.