Skip to content

Instantly share code, notes, and snippets.

@itsbalamurali
Created November 26, 2013 02:36
Show Gist options
  • Select an option

  • Save itsbalamurali/7652645 to your computer and use it in GitHub Desktop.

Select an option

Save itsbalamurali/7652645 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*/([a-zA-Z0-9_-]+)|([a-zA-Z0-9_-]+))$ ./profile.php?username=$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment