Question : I have a coolmax eSATA drive enclosure with a seagate SATA drive

This is running on a dell E6400 with windows 7 64 bit. eSATA will not work in AHCI mode and bluescreens the system if i change it in the bios. The system is currently running in IRRT but in that mode the drive will only work in USB which is too slow. (I need to run VM's from the drive)
I need to be able to make this work without reinstalling the OS in AHCI mode. Is there any way to do this? I have tried manually loading the drivers but in windows 7 they don't appear to "stick" when I reboot Windows goes back to the standard intel driver (Non AHCI) and bluescreens if I reboot. I made sure any registry settings that need to be modified are modified, and I think I have done everything in my limited power to try and get this to work. Can anyone please help me?

Answer : I have a coolmax eSATA drive enclosure with a seagate SATA drive

Several options, but the simples is probably be to add a near identical RewritCond, to pick up the first 9 arguments, accessible via %1 through %9, in the subsequent ReqriteRule, then modify you Rewrite Rule to pick up the next 1 to 9 arguments, accessible via $1 to $9 e.g.


RewriteCond %{REQUEST_URI} ^search/([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)/([0-9]+)-([0-9]+)/([0-9]+)-([0-9]+)/([a-zA-Z0-9-+]+)/([0-9]+)-([0-9]+)/
RewriteRule ^search/[a-zA-Z0-9-]+/[a-zA-Z0-9-]+/[0-9]+-[0-9]+/[0-9]+-[0-9]+/[a-zA-Z0-9-+]+/[0-9]+-[0-9]+/([a-zA-Z0-9-+_]+)/([0-9]+)    /results4.php?param=%1&task=%2&dollars0=%3&dollars1=%4&dollars0r=%5&dollars1r=%6&propertyType=%7&resultsPerPage=10&bedrooms=%8&bathrooms=%9&action=search&order=$1

Alternatively you could have multiple ReqriteRule's, one each to set an environment variable, for each argument then  just have a RewriteRule to join the lot.
Random Solutions  
 
programming4us programming4us