| T O P I C R E V I E W |
| bobby131313 |
Posted - 24 January 2010 : 09:19:42 On my php sites you can change the apparent image source using htaccess. Is there anyway to do this on asp sites? Images would actually be from site A, but if you peak at the source it would say it's from site B.
|
| 2 L A T E S T R E P L I E S (Newest First) |
| kyodai |
Posted - 27 January 2010 : 13:14:15 In IIS you can use any local or network drive as a web-root or subfolders, so with this way you should be able to assign a completely different folder as a sub-web for your main page, making it appear like the folder is physically under your root but actually on a completely different location. |
| Doug G |
Posted - 25 January 2010 : 00:24:27 If you control the web server, I've heard there are .htaccess and mod_rewrite add-ons available for IIS
|