Thursday, November 18, 2010

easy url rewriting

this is code for url rewriting

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^blog/([0-9]+)-([a-z]+) http://localhost/url/download.php?id=$1-$2 [NC]


this is link in address bar you have to type

http://localhost/blog/2003-nov

No comments:

Post a Comment