Jump to content
MakeWebGames

GD question


Aurora078

Recommended Posts

By doing so:

RewriteEngine on
RewriteRule ^/users/([0-9a-zA-Z])\.png$ /images/?id=$1

 

You say that only the urls with /users/XYZ.png will be converted what doesn't start with /users/ will not (it is just an example). I you just say whatever ends by .png will have way too many matches and could be counter productive.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...