jeeva Posted February 10, 2007 Share Posted February 10, 2007 hi there, i have installed Php4 and IIS.when i open the browser with Http://localhost/ its keep telling error as You are not authorized to view this page wts up? Quote Link to comment https://forums.phpfreaks.com/topic/37878-authorized-error/ Share on other sites More sharing options...
kickassamd Posted February 11, 2007 Share Posted February 11, 2007 If IIS has no default page set or there are no files in the directory that IIS can load as default page you will get this error. Also if you are reading index.php and PHP is setup on server properly, Make sure you have permissions correct on PHP folder and php parser create a file called index.php <? echo phpinfo(); ?> save to c:\inetpub\wwwroot unless you have a diffrent path defined. Quote Link to comment https://forums.phpfreaks.com/topic/37878-authorized-error/#findComment-181697 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.