Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Last active October 9, 2017 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shininglow/2fadb5d30eae06020322d08e842f3348 to your computer and use it in GitHub Desktop.
Save Shininglow/2fadb5d30eae06020322d08e842f3348 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
php_value memory_limit 64M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment