"Changing" the image source... - Posted (1374 Views)
Senior Member
bobby131313
Posts: 1163
1163
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.
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Support Moderator
Doug G
Posts: 6493
6493
If you control the web server, I've heard there are .htaccess and mod_rewrite add-ons available for IIS
======
Doug G
======
Computer history and help at www.dougscode.com
Posted
New Member
kyodai
Posts: 74
74
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.
 
You Must enter a message