PDA

View Full Version : IISPassword


awesome
06-12-2005, 07:25 PM
Hi

On a windows box and could not install so I followed the steps for a manuaul install and I have the following problem:

IISPassword

can you assist please ?

Thank you

dcb
06-12-2005, 09:34 PM
It seems that there is a product called IISPassword on your server that tries to resemble the Apache .htaccess functionality, but only for password protection. It seems that this inteferes with the .htaccess file that in placed in the root of phpLinkDirectory for Apache mod_rewrite configuration. As IISPassword does not understand the file contents it returns an error:
Content visible to registered users only.

So, simply delete the .htaccess file from the folder where you installed phpLinkDirectory.

awesome
06-13-2005, 12:07 PM
Hi

Thank you that worked...

Now I am in and running however the categories are empty when you click on them ?

EG Page cannot be found ?

Thank you

dcb
06-13-2005, 01:22 PM
In configuration disable URL rewrite as you don't have it.

I'll write a small tutorial on how to get something very similar to Apache mod_rewrite on IIS and how to configure phpLinkDirectory to rewrite URLs on IIS.

awesome
06-13-2005, 02:15 PM
Thank you awesome !!