In my opnion, don't change any TPP settings or you'll see many bugs... Just try to create a symbol link to c:/Inetpub/wwwroot/ISB/data .
Step 1. download junction tool from http://download.sysinternals.com/Files/Junction.zip . Step 2. extract junction.zip to C:\WINDOWS\system32 . Step 3. move all data from c:/Inetpub/wwwroot/ISB/data to your new data direction (ie. G:/data) and delete c:/Inetpub/wwwroot/ISB/data directory. Step 4. open command prompt and input " junction C:\Inetpub\wwwroot\ISB \data G:\data. Step 5. edit C:\AppServ\Apache2.2\conf\httpd.conf, add "FollowSymlinks" between <Directory "C:/Inetpub/wwwroot"> like below. <Directory "C:/Inetpub/wwwroot"> Options Indexes MultiViews Includes FollowSymlinks AllowOverride None Order allow,deny Allow from all AddType text/html .shtml AddHandler server-parsed .shtml PassEnv WEBSERVER_ROOT PassEnv WEBSERVER_TMP </Directory> Step 6. restart apache That's all. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
