Skip to content

Instantly share code, notes, and snippets.

@mcihad
Created September 15, 2014 19:23
Show Gist options
  • Save mcihad/3015b7862f2876f3df11 to your computer and use it in GitHub Desktop.
Save mcihad/3015b7862f2876f3df11 to your computer and use it in GitHub Desktop.
test.php konfigurasyon dosyası
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment