• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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