Page 1 of 1

Xampp 1.8.1 links to .RDP

PostPosted: 07. January 2013 21:11
by mdibarra
When the following link is open:
http://mytestsite/files/remotePC.RDP
IE or Chrome open the file how text file, for example:

screen mode id:i:2 desktopwidth:i:1024 desktopheight:i:768 session bpp:i:16 winposstr:s:0,3,0,0,800,600 full address:s:vmpos compression:i:1 keyboardhook:i:2 audiomode:i:0 redirectdrives:i:0 redirectprinters:i:1 redirectcomports:i:0 redirectsmartcards:i:1 displayconnectionbar:i:1 autoreconnection enabled:i:1 authentication level:i:0 alternate shell:s: shell working directory:s: disable wallpaper:i:1 disable full window drag:i:1 disable menu anims:i:1 disable themes:i:0 disable cursor setting:i:0 bitmapcachepersistenable:i:1 password 51:b:01000000D08C9DDF0115D1118C7A00C04FC297EB0100000041F55665E957D54ABE837D5990A7B1A50000000008000000700073007700000003660000A800000010000000551121F6FA622A3448A069C80D24B3100000000004800000A0000000100000006FC4E86B8A2ECE656CE26885AB160FEE08020000DEFAE61F78BB81B68B52002BC0CBB230BE404829D968B38D9002B9F49494175BFD5F1F736C9C79912F4CF0F85074523B9DB6034F59AB93BCECE4AB1C8B5D2745FADFB956C7B88A2AEC99521DFD6A23CC114CBE2F001B59A326FB1E1AF7AC19FEEEEF8EDD3098FB11859FD2EACE1349019058584F4F5B0B0253FF0240C697320AC2D3BC0E88CBA89AB773A04E37EFA442382A98492B080F2A9FBA7CCFE10532CBB0BEB89C001B4DD928A91C0C35CEDC50357A61E0353E2734CF13F1E6A04505029416C930576E53F4432E85CBDF9918AAC5F61993F15C5A7530FD6154C4961527064B4A7D528DDE3F888F2178294BFD76BB1209FAFAB946D05126C7EECABF270EA5CB82F3C3BDCFE40E3C3AAFD096E5F8DB681DCBB9D7192D6E21E04CB06CF6D82E3B930A54F54A78AA5E548B491E6DA22CF0220601AD71946C1231F507C8202AACC726E57077DBAC23B846EBF251BE12B0441A383FF8F1E885857BC59F2BDB56CF95CDA2AE1E036B9F99F92B4B243AF1A5F7DA7A4E75DBF3C6DF9BF4854FA8870E21704710AFF47CD18C5B0D2F7B1527C591CA8E9C303528FD1BF446528E71A3350064FD2DEC253A65CA2465DD0619FFEE47029805D8B4BCDCFD1527EF84D4A860CC167525982F7BB3866DDE024CC0C3D03C826A48C19405ADC2AA8485B469C4E6E0A8DC524CC288E1A000F8885E33C3C84CFAB1B47EB513D71AF1BDDCC18817F78EC77852BF11A814000000C667940CAEE039C32E0C3B2E122468DF373729F200000 redirectclipboard:i:1 redirectposdevices:i:0 drivestoredirect:s: prompt for credentials:i:0 negotiate security layer:i:1 remoteapplicationmode:i:0 allow desktop composition:i:0 allow font smoothing:i:0 gatewayhostname:s: gatewayusagemethod:i:0 gatewaycredentialssource:i:4 gatewayprofileusagemethod:i:0

And don't open the link with the Remote Desktop Control.

In Xampp 1.6 this link work ok...

Any idea to solve this issue?

Regards,

Mario

Re: Xampp 1.8.1 links to .RDP

PostPosted: 08. January 2013 14:51
by hackattack142
That extension is probably not part of your /xampp/apache/conf/mime.types file.

My guess is that it would look something like this
Code: Select all
application/x-rdp            rdp

Re: Xampp 1.8.1 links to .RDP

PostPosted: 08. January 2013 15:26
by mdibarra
I applied the change but don't work...

Re: Xampp 1.8.1 links to .RDP

PostPosted: 08. January 2013 15:50
by mdibarra
The issue was solved with: application/x-rdp rdp in mime.types file.
I need change .RDP to .rdp in the html code.

Thanks for you help hackattack142.