Hey,
Could someone point me in the right direction with this?
It should basically rewrite from www.yourdomain.com/images/teambanner/abc123.jpg to /images/teambanner.php?id=abc123
Could someone point me in the right direction with this?
Code:
RewriteRule ^images/teambanner/([A-Za-z0-9-]+)\.jpg/?$ /images/teambanner.php?id=$1 [L]
It should basically rewrite from www.yourdomain.com/images/teambanner/abc123.jpg to /images/teambanner.php?id=abc123
Last edited: