• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

server path question

P

prozac

Guest
A totally noob question i know. But im struggling to find the info.

I have installed iispassword onto my server. it gives me the same htaccees structure that unix has. I have a add-members script from my payment company. the scipt exectues fine. But i need to know how to work out the server path to my htaccess file?

so if my physical path is C:\Inetpub\vhosts\****************.COM\httpdocs\pcom\.htpasswd
how do i work out what my server path to this file is?

many thx in advance
 
you can create a php file like info.php
with the text into

<?php
phpinfo();
?>

and just look in the page
 
It will be good to use Plesk protected folders feature
Take a look at it the near'bout the same as .htaccess

John S.G.
 
Back
Top