Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - dynamic url redirects
  
User name:
Password:
Reply:
 

UserPost
BGNG
Posts: 128/276
If you're using IIS, you can change file properties from the IIS Control Panel (in Administrative Tools in the Control Panel) and make them a redirection, as shown below:

Ramsus
Posts: 132/162
In your .htaccess file:

RewriteEngine On
RewriteRule ^status-id([0-9]+).png$ /status.php?id=$1
Xtreme984
Posts: 111/111
how can I set up my webserver so I can make it do dynamic redirects like:

http://domain/status-id1.png = http://domain/status.php?id=1
http://domain/status-id2.png = http://domain/status.php?id=2

and so on. I know this involves using .htaccess but don't know how.
Acmlm's Board - I2 Archive - Programming - dynamic url redirects


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.073 seconds.