How will I make this rule so that you can access it with and without slashes?
RewriteRule ^members/([^/]+)$members.php?id=$1 [L] RewriteRule ^members/([^/]+)/?$members.php?id=$1 [L] Just a
How will I make this rule so that you can access it with and without slashes?
RewriteRule ^members/([^/]+)$members.php?id=$1 [L] RewriteRule ^members/([^/]+)/?$members.php?id=$1 [L] Just a
I am reading an article about Yahoo’s “Best Practices” for speeding up a website referenced by Jeff Atwood, I noticed this little gem:
< /p> One of the most wasteful redirects
happens frequ