Skip to content

Instantly share code, notes, and snippets.

@devbeno
Created January 2, 2022 04:17
Show Gist options
  • Save devbeno/b17061f5d23d1deb94980719a987bd54 to your computer and use it in GitHub Desktop.
Save devbeno/b17061f5d23d1deb94980719a987bd54 to your computer and use it in GitHub Desktop.
start3
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
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