Ok, here's where it is:
mydomain.com/dev/profilesys/image.php
I'm calling it from:
mydomain.com/dev/profilesys/sig_9.png
Here is what I want:
mydomain.com/dev/profilesys/sig_9.png
to point to:
mydomain.com/dev/profilesys/image.php?u=9
- Pc1203
__________________________________________________ _______________
EDIT: Here is the "working" code:
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^sig_(.+)\.png/?$ image.php?u=$1