Created
January 11, 2017 13:50
-
-
Save lomboboo/0fcd0d94871e9e14f2205b8349d75345 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
RewriteRule ^single/([0-9]*)$ single.php?id=$1 [L] // first part is nice formatted - second part i actual link |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment