| Posted: 25 February 2010 at 6:32am | IP Logged
|
|
|
Hiya Anton thanks for the reply.
My .htacess now looks like this : -
#### BOF SSU Options +FollowSymLinks -MultiViews RewriteEngine On # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase / RewriteBase / RewriteRule ^test$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR] RewriteCond %{SCRIPT_FILENAME} -d RewriteRule .* - [L]
RewriteRule ^(.+) index.php?/$1 [E=VAR1:$1,QSA,L] #### EOF SSU
So with IIS in integrated mode I get (after a long pause) :-
Internet Explorer cannot display the webpage
With IIS in classic mode my website works but the ape manager says - 'the application works in the application pool running not in integrated mode'
Can you tell me which is right?
Thanks,
G
Edited by Glennzo - 25 February 2010 at 6:33am
__________________ Safe yo!
|