Hi,
I would like to make e.g. www.address.com/u.exe equal to www.address.com/serverfile.php or pl?
Is it possible? So if someone types www.address.com/u.exe should get servefile.php...
Thanks for showing the right direction..
This seems to work. RewriteEngine on also had to be added.
I had to change .htaccess file
RewriteEngine on
RewriteRule ^u\.exe$ serverfile.php