Skip to content

Instantly share code, notes, and snippets.

@mojaray2k
Created August 18, 2013 09:20
Show Gist options
  • Save mojaray2k/6260714 to your computer and use it in GitHub Desktop.
Save mojaray2k/6260714 to your computer and use it in GitHub Desktop.
This is the basic rule to get clean urls on a website
RewriteEngine On
RewriteCond %(REQUEST_FILENAME) !-f
RewriteCond %(REQUEST_FILENAME) !-d
RewriteRule .* index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment