Skip to content

Instantly share code, notes, and snippets.

@rohan20
Created August 7, 2018 06:54
Show Gist options
  • Select an option

  • Save rohan20/d33b41167393c4d103b870c34f7bd7d8 to your computer and use it in GitHub Desktop.

Select an option

Save rohan20/d33b41167393c4d103b870c34f7bd7d8 to your computer and use it in GitHub Desktop.
E-Commerce app using Flutter - Part 2: WooCommerce Dashboard Integration
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment