Skip to content

Instantly share code, notes, and snippets.

@ofyalcin
Created June 24, 2017 13:32
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 ofyalcin/f7874044c6b284fdcfe610a3ab62e75e to your computer and use it in GitHub Desktop.
Save ofyalcin/f7874044c6b284fdcfe610a3ab62e75e to your computer and use it in GitHub Desktop.
/tavsiye/.htaccess (detaylı anlatım: https://blogkurdu.net/wordpress-referans-link-yonlendirme/)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteRule (.*) ./index.php?id=$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment