Skip to content

Instantly share code, notes, and snippets.

@asilbalaban
Created March 21, 2014 09:41
Show Gist options
  • Select an option

  • Save asilbalaban/9682790 to your computer and use it in GitHub Desktop.

Select an option

Save asilbalaban/9682790 to your computer and use it in GitHub Desktop.
Remove index.php on slim framework
RewriteEngine On
RewriteBase /path/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
@enginkartal
Copy link

teşekkürler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment